Package io.vertx.ext.unit.report
Interface TestCaseReport
- 
public interface TestCaseReportReport the execution of a test case.- Author:
 - Julien Viet
 
 
- 
- 
Method Summary
All 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
- 
name
String name()
- Returns:
 - the test case name
 
 
- 
endHandler
TestCaseReport 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
 
 
 - 
 
 -