Hello everyone, which unit testing Library is good...
# android
z
Hello everyone, which unit testing Library is good for Android ? Is JUnit good or other better options are out there?
👍 1
😶 2
android new 1
b
For unittest I think you gonna need more than JUnit..Mockito is use to provide mock/spy object
a
also check kotlin-test if you use kotlin it is not a replacement for junit, but provides some useful utilities
👍 2
👍🏻 1