Package org.citrusframework.report
Interface TestResults.ResultCallback
- Enclosing class:
- TestResults
public static interface TestResults.ResultCallback
Callback interface for synchronized access to test results in iteration.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoWithResult(TestResult result) Do something with the result.
-
Method Details
-
doWithResult
Do something with the result.- Parameters:
result-
-