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 voidattachToThread()org.apache.maven.surefire.junitcore.TestMethodcreateThreadAttachedTestMethod(org.apache.maven.surefire.report.ReportEntry description)static TestSetgetThreadTestSet()voidincrementFinishedTests(org.apache.maven.surefire.report.RunListener reporterManager, boolean reportImmediately)voidincrementTestMethodCount()voidreplay(org.apache.maven.surefire.report.RunListener target)voidsetAllScheduled(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()
-
-