Interface TestCaseResultStatisticsProvider

    • Method Detail

      • getClassName

        String getClassName()
        Returns:
        the class name of the test case
      • getName

        String getName()
        Returns:
        the actual method name (un-prettified)of the test case
      • getTestCaseResult

        TestCaseResult getTestCaseResult()
        Returns:
        the TestCaseResult inside this wrapper
      • getBuildResultsSummary

        BuildResultsSummary getBuildResultsSummary()
        Returns:
        the BuildResultsSummary inside this wrapper.