Class TestSet

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

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

    • TEST_SET

      private static final InheritableThreadLocal<TestSet> TEST_SET
      Deprecated.
    • testClassName

      private final String testClassName
      Deprecated.
    • testMethods

      private final Collection<TestMethod> testMethods
      Deprecated.
    • played

      private final AtomicBoolean played
      Deprecated.
    • numberOfCompletedChildren

      private final AtomicInteger numberOfCompletedChildren
      Deprecated.
    • numberOfTests

      private final AtomicInteger numberOfTests
      Deprecated.
    • runMode

      private final RunMode runMode
      Deprecated.
    • classMethodIndexer

      private final ClassMethodIndexer classMethodIndexer
      Deprecated.
    • allScheduled

      private volatile boolean allScheduled
      Deprecated.
  • Constructor Details

  • Method Details

    • getRunMode

      final RunMode getRunMode()
      Deprecated.
    • getClassMethodIndexer

      final ClassMethodIndexer getClassMethodIndexer()
      Deprecated.
    • replay

      public void replay(TestReportListener<TestOutputReportEntry> target)
      Deprecated.
    • createThreadAttachedTestMethod

      public TestMethod createThreadAttachedTestMethod(ReportEntry description)
      Deprecated.
    • createReportEntryStarted

      private TestSetReportEntry createReportEntryStarted()
      Deprecated.
    • createReportEntryCompleted

      private TestSetReportEntry createReportEntryCompleted(int elapsed)
      Deprecated.
    • createReportEntry

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

      public void incrementTestMethodCount()
      Deprecated.
    • addTestMethod

      private void addTestMethod(TestMethod testMethod)
      Deprecated.
    • incrementFinishedTests

      public void incrementFinishedTests(TestReportListener reporterManager, boolean reportImmediately)
      Deprecated.
    • setAllScheduled

      public void setAllScheduled(TestReportListener reporterManager)
      Deprecated.
    • isAllTestsDone

      private boolean isAllTestsDone()
      Deprecated.
    • attachToThread

      public void attachToThread()
      Deprecated.
    • getThreadTestSet

      public static TestSet getThreadTestSet()
      Deprecated.