Uses of Class
org.apache.maven.surefire.junitcore.TestSet
-
Packages that use TestSet Package Description org.apache.maven.surefire.junitcore -
-
Uses of TestSet in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore declared as TestSet Modifier and Type Field Description private TestSet
MethodsParallelRunListener. lastStarted
private TestSet
TestMethod. testSet
Fields in org.apache.maven.surefire.junitcore with type parameters of type TestSet Modifier and Type Field Description private java.util.Map<java.lang.String,TestSet>
ConcurrentRunListener. classMethodCounts
private java.util.Map<java.lang.String,TestSet>
JUnitCoreRunListener. classMethodCounts
private static java.lang.InheritableThreadLocal<TestSet>
TestSet. TEST_SET
Methods in org.apache.maven.surefire.junitcore that return TestSet Modifier and Type Method Description private 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 TestSet Modifier and Type Method Description protected 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 TestSet Modifier and Type Method Description static ConcurrentRunListener
ConcurrentRunListener. createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean parallelClasses, boolean parallelBoth, ConsoleStream consoleStream)
Constructors in org.apache.maven.surefire.junitcore with parameters of type TestSet Constructor Description TestMethod(ReportEntry description, TestSet testSet)
Constructor parameters in org.apache.maven.surefire.junitcore with type arguments of type TestSet Constructor Description ClassesParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ConsoleStream consoleStream)
ConcurrentRunListener(ReporterFactory reporterFactory, ConsoleStream consoleStream, boolean reportImmediately, java.util.Map<java.lang.String,TestSet> classMethodCounts)
JUnitCoreRunListener(RunListener reporter, java.util.Map<java.lang.String,TestSet> classMethodCounts)
MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately, ConsoleStream consoleStream)
-