Class TestSet
java.lang.Object
org.apache.maven.surefire.junitcore.TestSet
* Represents the test-state of a testset that is run.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
org.apache.maven.surefire.junitcore.TestMethod
createThreadAttachedTestMethod
(org.apache.maven.surefire.report.ReportEntry description) static TestSet
void
incrementFinishedTests
(org.apache.maven.surefire.report.RunListener reporterManager, boolean reportImmediately) void
void
replay
(org.apache.maven.surefire.report.RunListener target) void
setAllScheduled
(org.apache.maven.surefire.report.RunListener reporterManager)
-
Constructor Details
-
TestSet
-
-
Method Details
-
replay
public void replay(org.apache.maven.surefire.report.RunListener target) -
createThreadAttachedTestMethod
public org.apache.maven.surefire.junitcore.TestMethod createThreadAttachedTestMethod(org.apache.maven.surefire.report.ReportEntry description) -
incrementTestMethodCount
public void incrementTestMethodCount() -
incrementFinishedTests
public void incrementFinishedTests(org.apache.maven.surefire.report.RunListener reporterManager, boolean reportImmediately) -
setAllScheduled
public void setAllScheduled(org.apache.maven.surefire.report.RunListener reporterManager) -
attachToThread
public void attachToThread() -
getThreadTestSet
-