Class TestSet

java.lang.Object
org.apache.maven.surefire.junitcore.TestSet

public class TestSet extends Object
* Represents the test-state of a testset that is run.
  • Field Details

  • Constructor Details

    • TestSet

      public TestSet(String testClassName)
  • Method Details

    • replay

      public void replay(RunListener target)
    • createThreadAttachedTestMethod

      public TestMethod createThreadAttachedTestMethod(ReportEntry description)
    • createReportEntryStarted

      private TestSetReportEntry createReportEntryStarted()
    • createReportEntryCompleted

      private TestSetReportEntry createReportEntryCompleted(int elapsed)
    • createReportEntry

      private TestSetReportEntry createReportEntry(Integer elapsed, Map<String,String> systemProps)
    • incrementTestMethodCount

      public void incrementTestMethodCount()
    • addTestMethod

      private void addTestMethod(TestMethod testMethod)
    • incrementFinishedTests

      public void incrementFinishedTests(RunListener reporterManager, boolean reportImmediately)
    • setAllScheduled

      public void setAllScheduled(RunListener reporterManager)
    • isAllTestsDone

      private boolean isAllTestsDone()
    • attachToThread

      public void attachToThread()
    • getThreadTestSet

      public static TestSet getThreadTestSet()