Uses of Class
org.junit.internal.runners.TestClass
-
Packages that use TestClass Package Description org.junit.internal.runners Provides implementations ofRunner
-
-
Uses of TestClass in org.junit.internal.runners
Methods in org.junit.internal.runners that return TestClass Modifier and Type Method Description protected TestClass
JUnit4ClassRunner. getTestClass()
Deprecated.Constructors in org.junit.internal.runners with parameters of type TestClass Constructor Description ClassRoadie(RunNotifier notifier, TestClass testClass, Description description, Runnable runnable)
Deprecated.MethodValidator(TestClass testClass)
Deprecated.TestMethod(Method method, TestClass testClass)
Deprecated.
-