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_METHODDeprecated.private final Collection<TestMethod>TestSet.testMethodsDeprecated.Methods in org.apache.maven.surefire.junitcore that return TestMethodModifier and TypeMethodDescriptionTestSet.createThreadAttachedTestMethod(ReportEntry description) Deprecated.private TestMethodConcurrentRunListener.getOrCreateThreadAttachedTestMethod(ReportEntry description) Deprecated.(package private) static TestMethodTestMethod.getThreadTestMethod()Deprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type TestMethodModifier and TypeMethodDescriptionprivate voidTestSet.addTestMethod(TestMethod testMethod) Deprecated.