Uses of Class
org.junit.internal.runners.JUnit38ClassRunner
Packages that use JUnit38ClassRunner
-
Uses of JUnit38ClassRunner in org.junit.internal.runners
Subclasses of JUnit38ClassRunner in org.junit.internal.runnersModifier and TypeClassDescriptionclass
Runner 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.runnersModifier and TypeClassDescriptionclass
Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a staticsuite()
method).