Uses of Class
org.apache.maven.surefire.junitcore.TestSet
Packages that use TestSet
-
Uses of TestSet in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore declared as TestSetModifier and TypeFieldDescriptionprivate TestSet
MethodsParallelRunListener.lastStarted
Deprecated.private final TestSet
TestMethod.testSet
Deprecated.Fields in org.apache.maven.surefire.junitcore with type parameters of type TestSetModifier and TypeFieldDescriptionConcurrentRunListener.classMethodCounts
Deprecated.JUnitCoreRunListener.classMethodCounts
private static final InheritableThreadLocal<TestSet>
TestSet.TEST_SET
Deprecated.Methods in org.apache.maven.surefire.junitcore that return TestSetModifier and TypeMethodDescriptionprivate TestSet
ConcurrentRunListener.getTestSet
(ReportEntry description) Deprecated.(package private) TestSet
TestMethod.getTestSet()
Deprecated.static TestSet
TestSet.getThreadTestSet()
Deprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type TestSetModifier and TypeMethodDescriptionprotected void
ClassesParallelRunListener.checkIfTestSetCanBeReported
(TestSet testSetForTest) Deprecated.protected abstract void
ConcurrentRunListener.checkIfTestSetCanBeReported
(TestSet testSetForTest) Deprecated.protected void
MethodsParallelRunListener.checkIfTestSetCanBeReported
(TestSet testSetForTest) Deprecated.Method parameters in org.apache.maven.surefire.junitcore with type arguments of type TestSetModifier and TypeMethodDescriptionstatic ConcurrentRunListener
ConcurrentRunListener.createInstance
(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean parallelClasses, boolean parallelBoth) Deprecated.Constructors in org.apache.maven.surefire.junitcore with parameters of type TestSetModifierConstructorDescription(package private)
TestMethod
(ReportEntry description, TestSet testSet) Deprecated.Constructor parameters in org.apache.maven.surefire.junitcore with type arguments of type TestSetModifierConstructorDescription(package private)
ClassesParallelRunListener
(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory) Deprecated.(package private)
ConcurrentRunListener
(ReporterFactory reporterFactory, boolean reportImmediately, Map<String, TestSet> classMethodCounts) Deprecated.(package private)
JUnitCoreRunListener
(ConcurrentRunListener reporter, Map<String, TestSet> classMethodCounts) (package private)
MethodsParallelRunListener
(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately) Deprecated.