Uses of Class
org.junit.internal.runners.JUnit38ClassRunner
-
Packages that use JUnit38ClassRunner Package Description org.junit.internal.runners Provides implementations ofRunner
org.junit.runners Provides standardRunner
implementations. -
-
Uses of JUnit38ClassRunner in org.junit.internal.runners
Subclasses of JUnit38ClassRunner in org.junit.internal.runners Modifier and Type Class Description class
SuiteMethod
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.runners Modifier and Type Class Description class
AllTests
Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a staticsuite()
method).
-