Class TestSet
java.lang.Object
org.apache.maven.surefire.junitcore.TestSet
Deprecated.
* Represents the test-state of a testset that is run.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanDeprecated.private final ClassMethodIndexerDeprecated.private final AtomicIntegerDeprecated.private final AtomicIntegerDeprecated.private final AtomicBooleanDeprecated.private final RunModeDeprecated.private static final InheritableThreadLocal<TestSet>Deprecated.private final StringDeprecated.private final Collection<TestMethod>Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionTestSet(String testClassName, RunMode runMode, ClassMethodIndexer classMethodIndexer) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddTestMethod(TestMethod testMethod) Deprecated.voidDeprecated.private TestSetReportEntrycreateReportEntry(Integer elapsed, Map<String, String> systemProps) Deprecated.private TestSetReportEntrycreateReportEntryCompleted(int elapsed) Deprecated.private TestSetReportEntryDeprecated.createThreadAttachedTestMethod(ReportEntry description) Deprecated.(package private) final ClassMethodIndexerDeprecated.(package private) final RunModeDeprecated.static TestSetDeprecated.voidincrementFinishedTests(TestReportListener reporterManager, boolean reportImmediately) Deprecated.voidDeprecated.private booleanDeprecated.voidDeprecated.voidsetAllScheduled(TestReportListener reporterManager) Deprecated.
-
Field Details
-
TEST_SET
Deprecated. -
testClassName
Deprecated. -
testMethods
Deprecated. -
played
Deprecated. -
numberOfCompletedChildren
Deprecated. -
numberOfTests
Deprecated. -
runMode
Deprecated. -
classMethodIndexer
Deprecated. -
allScheduled
private volatile boolean allScheduledDeprecated.
-
-
Constructor Details
-
TestSet
Deprecated.
-
-
Method Details
-
getRunMode
Deprecated. -
getClassMethodIndexer
Deprecated. -
replay
Deprecated. -
createThreadAttachedTestMethod
Deprecated. -
createReportEntryStarted
Deprecated. -
createReportEntryCompleted
Deprecated. -
createReportEntry
Deprecated. -
incrementTestMethodCount
public void incrementTestMethodCount()Deprecated. -
addTestMethod
Deprecated. -
incrementFinishedTests
Deprecated. -
setAllScheduled
Deprecated. -
isAllTestsDone
private boolean isAllTestsDone()Deprecated. -
attachToThread
public void attachToThread()Deprecated. -
getThreadTestSet
Deprecated.
-