Package org.citrusframework
Interface TestResultInstanceProvider
public interface TestResultInstanceProvider
Provides methods to create instances of
TestResult for different outcomes of a test case.
Implementors may decide to create TestResults with specific parameters derived from the TestCase.-
Method Summary
Modifier and TypeMethodDescriptioncreateFailed(TestCase testCase, Throwable throwable) createSkipped(TestCase testCase) createSuccess(TestCase testCase)
-
Method Details
-
createSuccess
-
createFailed
-
createSkipped
-