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_METHODprivate java.util.Collection<TestMethod>TestSet. testMethodsMethods in org.apache.maven.surefire.junitcore that return TestMethod Modifier and Type Method Description TestMethodTestSet. createThreadAttachedTestMethod(ReportEntry description)private TestMethodConcurrentRunListener. getOrCreateThreadAttachedTestMethod(ReportEntry description)(package private) static TestMethodTestMethod. getThreadTestMethod()Methods in org.apache.maven.surefire.junitcore with parameters of type TestMethod Modifier and Type Method Description private voidTestSet. addTestMethod(TestMethod testMethod)
-