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 TestSetMethodsParallelRunListener.lastStartedDeprecated.private final TestSetTestMethod.testSetDeprecated.Fields in org.apache.maven.surefire.junitcore with type parameters of type TestSetModifier and TypeFieldDescriptionConcurrentRunListener.classMethodCountsDeprecated.JUnitCoreRunListener.classMethodCountsprivate static final InheritableThreadLocal<TestSet> TestSet.TEST_SETDeprecated.Methods in org.apache.maven.surefire.junitcore that return TestSetModifier and TypeMethodDescriptionprivate TestSetConcurrentRunListener.getTestSet(ReportEntry description) Deprecated.(package private) TestSetTestMethod.getTestSet()Deprecated.static TestSetTestSet.getThreadTestSet()Deprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type TestSetModifier and TypeMethodDescriptionprotected voidClassesParallelRunListener.checkIfTestSetCanBeReported(TestSet testSetForTest) Deprecated.protected abstract voidConcurrentRunListener.checkIfTestSetCanBeReported(TestSet testSetForTest) Deprecated.protected voidMethodsParallelRunListener.checkIfTestSetCanBeReported(TestSet testSetForTest) Deprecated.Method parameters in org.apache.maven.surefire.junitcore with type arguments of type TestSetModifier and TypeMethodDescriptionstatic ConcurrentRunListenerConcurrentRunListener.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.