Uses of Class
org.junit.internal.runners.TestMethod
-
Packages that use TestMethod Package Description org.junit.internal.runners Provides implementations ofRunner
-
-
Uses of TestMethod in org.junit.internal.runners
Methods in org.junit.internal.runners that return TestMethod Modifier and Type Method Description protected TestMethod
JUnit4ClassRunner. wrapMethod(Method method)
Deprecated.Constructors in org.junit.internal.runners with parameters of type TestMethod Constructor Description MethodRoadie(Object test, TestMethod method, RunNotifier notifier, Description description)
Deprecated.
-