Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 510 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 510 Bytes

NYTaskArticles

Simple list/details app to implement MVVM, Retrofit, Coroutines, Unit testing, UI testing

UI Testing

to run the UI tests go with classes (MainActivityTest,ListFragmentTest,DetailsFragmentTest) on androidTest directory

Unit Testing

to run the unit tests go with class (MainViewModelTest) on Test directory

Test coverage

go to gradle and execute task (createDebugAndroidTestCoverageReport) then go to path TaskArticles\app\build\reports\coverage to view the coverage report