Interface TestResultProvider


public interface TestResultProvider
Provides access to test execution results.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the test result from the last execution.
  • Method Details

    • getLastResult

      TestResult getLastResult()
      Get the test result from the last execution.
      Returns:
      test result, or null if no execution has occurred