Interface RunOutput


public interface RunOutput
Returns the results of running a test. Applies to multiple levels, eg. example or specification level.
  • Method Details

    • getActualResultSummary

      ResultSummary getActualResultSummary()
      The actual results of the test run.
      Returns:
      actual results
    • getModifiedResultSummary

      ResultSummary getModifiedResultSummary()
      The results of the test run, modified to account for ImplementationStatus.
      Returns:
      modified results