AndroidClasspathSuite


@RunWith(value = RunnerSuite)
public final class AndroidClasspathSuite


Test suite that finds all JUnit3 and JUnit4 test classes in the instrumentation context apk.

This is intended to replicate the legacy AndroidJUnitRunner behavior of discovering and running all tests when no '-e class' option is specified. e.g. the following AJUR invocations are equivalent

'adb shell am instrument mypkg/androidx.test.runner.AndroidJUnitRunner' 'adb shell am instrument -e class androidx.test.runner.suites.AndroidClasspathSuite mypkg/androidx.test.runner.AndroidJUnitRunner'