androidandroid-testing

What is the difference between AndroidJUnit4::class and AndroidJUnit4ClassRunner::class?


I am a newbie to android testing and I have observer both of these classes being suggested when I declare a class with @RunWith() annotation. I searched for more documentation but there does not seem to be much. When and why should I use each one?


Solution

  • AndroidJUnit4

    AndroidJUnitRunner