Interface TestRunResults


  • public interface TestRunResults
    Contains methods to fetch test run results. These methods are exposed to Velocity reports on the TestRunResults object.
    • Method Detail

      • getNumTotalRuns

        java.lang.Integer getNumTotalRuns()
      • getNumPassed

        java.lang.Integer getNumPassed()
      • getNumNotRun

        java.lang.Integer getNumNotRun()
      • getNumInProgress

        java.lang.Integer getNumInProgress()
      • getNumFailed

        java.lang.Integer getNumFailed()
      • getNumBlocked

        java.lang.Integer getNumBlocked()
      • getPercentNotRun

        java.lang.Integer getPercentNotRun()
      • getPercentInProgress

        java.lang.Integer getPercentInProgress()
      • getPercentFailed

        java.lang.Integer getPercentFailed()
      • getPercentBlocked

        java.lang.Integer getPercentBlocked()