Uses of Class
org.apache.maven.surefire.junitcore.TestMethod
Packages that use TestMethod
-
Uses of TestMethod in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore with type parameters of type TestMethodModifier and TypeFieldDescriptionprivate static final InheritableThreadLocal<TestMethod>
TestMethod.TEST_METHOD
Deprecated.private final Collection<TestMethod>
TestSet.testMethods
Deprecated.Methods in org.apache.maven.surefire.junitcore that return TestMethodModifier and TypeMethodDescriptionTestSet.createThreadAttachedTestMethod
(ReportEntry description) Deprecated.private TestMethod
ConcurrentRunListener.getOrCreateThreadAttachedTestMethod
(ReportEntry description) Deprecated.(package private) static TestMethod
TestMethod.getThreadTestMethod()
Deprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type TestMethodModifier and TypeMethodDescriptionprivate void
TestSet.addTestMethod
(TestMethod testMethod) Deprecated.