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
private final TestSet
TestMethod.testSet
Fields in org.apache.maven.surefire.junitcore with type parameters of type TestSetModifier and TypeFieldDescriptionConcurrentRunListener.classMethodCounts
JUnitCoreRunListener.classMethodCounts
private static final InheritableThreadLocal<TestSet>
TestSet.TEST_SET
Methods in org.apache.maven.surefire.junitcore that return TestSetModifier and TypeMethodDescriptionprivate TestSet
ConcurrentRunListener.getTestSet
(ReportEntry description) (package private) TestSet
TestMethod.getTestSet()
static TestSet
TestSet.getThreadTestSet()
Methods in org.apache.maven.surefire.junitcore with parameters of type TestSetModifier and TypeMethodDescriptionprotected void
ClassesParallelRunListener.checkIfTestSetCanBeReported
(TestSet testSetForTest) protected abstract void
ConcurrentRunListener.checkIfTestSetCanBeReported
(TestSet testSetForTest) protected void
MethodsParallelRunListener.checkIfTestSetCanBeReported
(TestSet testSetForTest) 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, ConsoleStream consoleStream) Constructors in org.apache.maven.surefire.junitcore with parameters of type TestSetModifierConstructorDescription(package private)
TestMethod
(ReportEntry description, TestSet testSet) Constructor parameters in org.apache.maven.surefire.junitcore with type arguments of type TestSetModifierConstructorDescriptionClassesParallelRunListener
(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory, ConsoleStream consoleStream) (package private)
ConcurrentRunListener
(ReporterFactory reporterFactory, ConsoleStream consoleStream, boolean reportImmediately, Map<String, TestSet> classMethodCounts) JUnitCoreRunListener
(RunListener reporter, Map<String, TestSet> classMethodCounts) MethodsParallelRunListener
(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately, ConsoleStream consoleStream)