Interface TestResult

All Superinterfaces:
FaultAware, Resource
All Known Implementing Classes:
DefaultTestResult

public interface TestResult extends Resource, FaultAware
Provides the results from running tests.
  • Method Details

    • project

      The test project.
      Returns:
      the project
    • name

      The name of the test or test suite.
      Specified by:
      name in interface Resource
      Returns:
      the name
    • executed

      long executed()
      Returns the number of executed tests.
      Returns:
      the number
    • failed

      long failed()
      Returns the number of test failures.
      Returns:
      the number