Package org.fhirfrog.frog.api
Interface TestResultProvider
public interface TestResultProvider
Provides access to test execution results.
-
Method Summary
Modifier and TypeMethodDescriptionGet 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
-