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. lastStartedDeprecated.private TestSetTestMethod. testSetDeprecated.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. classMethodCountsDeprecated.private java.util.Map<java.lang.String,TestSet>JUnitCoreRunListener. classMethodCountsprivate static java.lang.InheritableThreadLocal<TestSet>TestSet. TEST_SETDeprecated.Methods in org.apache.maven.surefire.junitcore that return TestSet Modifier and Type Method Description private 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 TestSet Modifier and Type Method Description protected 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 TestSet Modifier and Type Method Description static ConcurrentRunListenerConcurrentRunListener. createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean parallelClasses, boolean parallelBoth)Deprecated.Constructors in org.apache.maven.surefire.junitcore with parameters of type TestSet Constructor Description TestMethod(ReportEntry description, TestSet testSet)Deprecated.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)Deprecated.ConcurrentRunListener(ReporterFactory reporterFactory, boolean reportImmediately, java.util.Map<java.lang.String,TestSet> classMethodCounts)Deprecated.JUnitCoreRunListener(ConcurrentRunListener reporter, java.util.Map<java.lang.String,TestSet> classMethodCounts)MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately)Deprecated.
-