Uses of Package
org.junit.internal.runners

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

Classes in org.junit.internal.runners used by org.junit.internal.runners
InitializationError
          Deprecated. 
JUnit38ClassRunner
           
TestClass
          Deprecated. Included for backwards compatibility with JUnit 4.4. Will be removed in the next release. Please use BlockJUnit4ClassRunner in place of JUnit4ClassRunner.
TestMethod
          Deprecated. Included for backwards compatibility with JUnit 4.4. Will be removed in the next release. Please use BlockJUnit4ClassRunner in place of JUnit4ClassRunner.
 

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