Uses of Class
org.junit.internal.runners.JUnit38ClassRunner
-
Packages that use JUnit38ClassRunner Package Description org.junit.internal.runners Provides implementations ofRunnerorg.junit.runners Provides standardRunnerimplementations. -
-
Uses of JUnit38ClassRunner in org.junit.internal.runners
Subclasses of JUnit38ClassRunner in org.junit.internal.runners Modifier and Type Class Description classSuiteMethodRunner for use with JUnit 3.8.x-style AllTests classes (those that only implement a staticsuite()method). -
Uses of JUnit38ClassRunner in org.junit.runners
Subclasses of JUnit38ClassRunner in org.junit.runners Modifier and Type Class Description classAllTestsRunner for use with JUnit 3.8.x-style AllTests classes (those that only implement a staticsuite()method).
-