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 boolean
Deprecated.private final ClassMethodIndexer
Deprecated.private final AtomicInteger
Deprecated.private final AtomicInteger
Deprecated.private final AtomicBoolean
Deprecated.private final RunMode
Deprecated.private static final InheritableThreadLocal<TestSet>
Deprecated.private final String
Deprecated.private final Collection<TestMethod>
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionTestSet
(String testClassName, RunMode runMode, ClassMethodIndexer classMethodIndexer) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addTestMethod
(TestMethod testMethod) Deprecated.void
Deprecated.private TestSetReportEntry
createReportEntry
(Integer elapsed, Map<String, String> systemProps) Deprecated.private TestSetReportEntry
createReportEntryCompleted
(int elapsed) Deprecated.private TestSetReportEntry
Deprecated.createThreadAttachedTestMethod
(ReportEntry description) Deprecated.(package private) final ClassMethodIndexer
Deprecated.(package private) final RunMode
Deprecated.static TestSet
Deprecated.void
incrementFinishedTests
(TestReportListener reporterManager, boolean reportImmediately) Deprecated.void
Deprecated.private boolean
Deprecated.void
Deprecated.void
setAllScheduled
(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.
-