Uses of Class
org.junit.runners.model.TestClass

Packages that use TestClass
org.junit.experimental.theories.internal   
org.junit.runners Provides standard Runner implementations. 
 

Uses of TestClass in org.junit.experimental.theories.internal
 

Methods in org.junit.experimental.theories.internal with parameters of type TestClass
static Assignments Assignments.allUnassigned(Method testMethod, TestClass testClass)
          Returns a new assignment list for testMethod, with no params assigned.
 

Constructors in org.junit.experimental.theories.internal with parameters of type TestClass
AllMembersSupplier(TestClass type)
          Constructs a new supplier for type
 

Uses of TestClass in org.junit.runners
 

Methods in org.junit.runners that return TestClass
 TestClass ParentRunner.getTestClass()
          Returns a TestClass object wrapping the class to be executed.