Class TestSet
- java.lang.Object
-
- org.apache.maven.surefire.junitcore.TestSet
-
public class TestSet extends java.lang.Object
* Represents the test-state of a testset that is run.
-
-
Constructor Summary
Constructors Constructor Description TestSet(java.lang.String testClassName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
attachToThread()
org.apache.maven.surefire.junitcore.TestMethod
createThreadAttachedTestMethod(org.apache.maven.surefire.report.ReportEntry description)
static TestSet
getThreadTestSet()
void
incrementFinishedTests(org.apache.maven.surefire.report.RunListener reporterManager, boolean reportImmediately)
void
incrementTestMethodCount()
void
replay(org.apache.maven.surefire.report.RunListener target)
void
setAllScheduled(org.apache.maven.surefire.report.RunListener reporterManager)
-
-
-
Method Detail
-
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
public static TestSet getThreadTestSet()
-
-