Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. JUnit (main testing framework in Java ecosystem)

  2. Mockito (used to mock objects)

  3. Powermock (extension of mockito, adds mocking static variables and functions )

  4. Roboelectric (provides android runtime on jvm for unit testing android dependancies)

  5. AndroidJUnit and Espresso (instrumented tests)


    Testing Tools available for OpenSRP server

  6. (1-3 ) above on the android section

  7. SpringJUnit4ClassRunner (Used to bootsrap spring IOC container for testing )

...