Class TestSet
java.lang.Object
org.apache.maven.surefire.junitcore.TestSet
Deprecated.
* Represents the test-state of a testset that is run.
-
Constructor Summary
ConstructorsConstructorDescriptionTestSet(String testClassName, RunMode runMode, ClassMethodIndexer classMethodIndexer) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.org.apache.maven.surefire.junitcore.TestMethodcreateThreadAttachedTestMethod(ReportEntry description) Deprecated.static TestSetDeprecated.voidincrementFinishedTests(TestReportListener reporterManager, boolean reportImmediately) Deprecated.voidDeprecated.voidDeprecated.voidsetAllScheduled(TestReportListener reporterManager) Deprecated.
-
Constructor Details
-
TestSet
Deprecated.
-
-
Method Details
-
replay
Deprecated. -
createThreadAttachedTestMethod
public org.apache.maven.surefire.junitcore.TestMethod createThreadAttachedTestMethod(ReportEntry description) Deprecated. -
incrementTestMethodCount
public void incrementTestMethodCount()Deprecated. -
incrementFinishedTests
Deprecated. -
setAllScheduled
Deprecated. -
attachToThread
public void attachToThread()Deprecated. -
getThreadTestSet
Deprecated.
-