Package io.vertx.ext.unit.report
Interface TestCaseReport
- 
 public interface TestCaseReportReport the execution of a test case.- Author:
- Julien Viet
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TestCaseReportendHandler(Handler<TestResult> handler)Set a callback for completion, the specifiedhandleris invoked when the test exec has completed.Stringname()
 
- 
- 
- 
Method Detail- 
nameString name() - Returns:
- the test case name
 
 - 
endHandlerTestCaseReport endHandler(Handler<TestResult> handler) 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
 
 
- 
 
-