Uses of Class
org.citrusframework.TestResult
Packages that use TestResult
-
Uses of TestResult in org.citrusframework
Methods in org.citrusframework that return TestResultModifier and TypeMethodDescriptionstatic TestResultCreate new test result for failed execution.static TestResultCreate new test result for failed execution.static TestResultCreate new test result with parameters for failed execution.TestCase.getTestResult()Retrieve test result.static TestResultCreate new test result for skipped test.static TestResultCreate new test result with parameters for skipped test.static TestResultCreate new test result for successful execution.static TestResultCreate new test result with parameters for successful execution.TestResult.withFailureStack(String failureStack) Sets failure stack trace information in fluent API.TestResult.withFailureType(String failureType) Sets failure type information in fluent API.Methods in org.citrusframework with parameters of type TestResultModifier and TypeMethodDescriptionvoidTestCase.setTestResult(TestResult testResult) Sets the test result from outside. -
Uses of TestResult in org.citrusframework.context
Methods in org.citrusframework.context with parameters of type TestResultModifier and TypeMethodDescriptionbooleanTestContext.isSuccess(TestResult testResult) Checks test result success in combination with this context exception state. -
Uses of TestResult in org.citrusframework.report
Methods in org.citrusframework.report that return types with arguments of type TestResultModifier and TypeMethodDescriptionTestResults.asList()Provides access to results as list generated from synchronized result list.Methods in org.citrusframework.report with parameters of type TestResultModifier and TypeMethodDescriptionbooleanTestResults.addResult(TestResult result) Adds a test result to the result list.voidTestResults.ResultCallback.doWithResult(TestResult result) Do something with the result.