Interface TestCaseReport
-
Method Summary
Modifier and TypeMethodDescriptionendHandler(Handler<TestResult> handler) Set a callback for completion, the specifiedhandleris invoked when the test exec has completed.name()
-
Method Details
-
name
String name()- Returns:
- the test case name
-
endHandler
Set a callback for completion, the specifiedhandleris invoked when the test exec has completed.- Parameters:
handler- the completion handler- Returns:
- a reference to this, so the API can be used fluently
-