Class TestsTabData


  • public class TestsTabData
    extends Object
    Created by IntelliJ IDEA. User: kir Date: Apr 1, 2009
    • Constructor Detail

      • TestsTabData

        public TestsTabData​(TestGroup rootGroup,
                            int foundGroups,
                            Long foundDuration,
                            int foundTestCount,
                            int foundFailedCount,
                            int foundIgnoredCound,
                            @NotNull
                            Set<Long> testNameIdsWithoutStats)
    • Method Detail

      • getTestCount

        public int getTestCount()
      • getFailedTestCount

        public int getFailedTestCount()
      • getIgnoredTestCount

        public int getIgnoredTestCount()
      • getFoundDuration

        public long getFoundDuration()
      • getFoundGroupCount

        public int getFoundGroupCount()
      • debugGroupNames

        public String debugGroupNames()
      • getBadStatsTestIds

        public Map<Long,​Boolean> getBadStatsTestIds()