Uses of Class
org.apache.maven.surefire.junitcore.TestMethod
-
Packages that use TestMethod Package Description org.apache.maven.surefire.junitcore -
-
Uses of TestMethod in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore with type parameters of type TestMethod Modifier and Type Field Description private static java.lang.InheritableThreadLocal<TestMethod>
TestMethod. TEST_METHOD
private java.util.Collection<TestMethod>
TestSet. testMethods
Methods in org.apache.maven.surefire.junitcore that return TestMethod Modifier and Type Method Description TestMethod
TestSet. createThreadAttachedTestMethod(ReportEntry description)
private TestMethod
ConcurrentRunListener. getOrCreateThreadAttachedTestMethod(ReportEntry description)
(package private) static TestMethod
TestMethod. getThreadTestMethod()
Methods in org.apache.maven.surefire.junitcore with parameters of type TestMethod Modifier and Type Method Description private void
TestSet. addTestMethod(TestMethod testMethod)
-