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 TestSetMethodsParallelRunListener. lastStartedprivate TestSetTestMethod. testSetFields 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. classMethodCountsprivate java.util.Map<java.lang.String,TestSet>JUnitCoreRunListener. classMethodCountsprivate static java.lang.InheritableThreadLocal<TestSet>TestSet. TEST_SETMethods in org.apache.maven.surefire.junitcore that return TestSet Modifier and Type Method Description private TestSetConcurrentRunListener. getTestSet(ReportEntry description)(package private) TestSetTestMethod. getTestSet()static TestSetTestSet. getThreadTestSet()Methods in org.apache.maven.surefire.junitcore with parameters of type TestSet Modifier and Type Method Description protected voidClassesParallelRunListener. checkIfTestSetCanBeReported(TestSet testSetForTest)protected abstract voidConcurrentRunListener. checkIfTestSetCanBeReported(TestSet testSetForTest)protected voidMethodsParallelRunListener. checkIfTestSetCanBeReported(TestSet testSetForTest)Method parameters in org.apache.maven.surefire.junitcore with type arguments of type TestSet Modifier and Type Method Description static ConcurrentRunListenerConcurrentRunListener. 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)
-