Class TestSet


  • public class TestSet
    extends java.lang.Object
    * Represents the test-state of a testset that is run.
    • Constructor Detail

      • TestSet

        public TestSet​(java.lang.String testClassName)
    • 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()