We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@RunWith(AndroidJUnit4::class) class MainActivityTest { @Test fun greet() { } }
AndroidJUnit4::class --> This specifies the tests written in this class is an android test
AndroidJUnit4::class
android test