Uses of Class
org.junit.internal.runners.JUnit38ClassRunner

Packages that use JUnit38ClassRunner
org.junit.internal.runners Provides implementations of Runner 
org.junit.runners Provides standard Runner implementations. 
 

Uses of JUnit38ClassRunner in org.junit.internal.runners
 

Subclasses of JUnit38ClassRunner in org.junit.internal.runners
 class SuiteMethod
          Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a static suite() method).
 

Uses of JUnit38ClassRunner in org.junit.runners
 

Subclasses of JUnit38ClassRunner in org.junit.runners
 class AllTests
          Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a static suite() method).