Class BaseTestRun

    • Constructor Detail

      • BaseTestRun

        public BaseTestRun()
    • Method Detail

      • isMuted

        public boolean isMuted()
        Description copied from interface: STestRun
        Returns whether this test run is marked as muted (this is applicable for failed tests only).
        Specified by:
        isMuted in interface STestRun
        Returns:
        whether this test run is marked as muted.
        See Also:
        STestRun.getMuteInfo()
      • getFirstFailedTestRunId

        public int getFirstFailedTestRunId()
      • getStatusText

        @NotNull
        public String getStatusText()
        Description copied from interface: STestRun
        Return human-readable test status, not an object
        Specified by:
        getStatusText in interface STestRun
        Returns:
        human-readable test status
      • getInvocationCount

        public int getInvocationCount()
        Description copied from interface: STestRun
        Return number of times test with this name was run within the build. If this STestRun was obtained as a part of ShortStatistics, only failed test runs are included.
        Specified by:
        getInvocationCount in interface STestRun
        Returns:
        see above
      • isIgnored

        public boolean isIgnored()
        Description copied from interface: STestRun
        Checks whether the test was ignored during the build run
        Specified by:
        isIgnored in interface STestRun
        Returns:
        true if the test was ignored during the build run
      • setFixedInId

        public abstract void setFixedInId​(long fixedInId)