Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 441 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 441 Bytes

UnitTesting

UnitTesting with Mockito,Robolectric

Tests of Mockito are made in accordance with the arguments being passed to the function .

Robolectric tests work with our activity reference.

For rololectric to work ,go to Run->Edit Configurations->Android JUnit and set working directory to $MODULE_DIR$ if it's not working.

Espresso tests run on a real device ,so do connect with adb and turn the animations off in developer options.