new TestCaseReport()
Report the execution of a test case.
- Source:
Methods
-
endHandler(handler) → {TestCaseReport}
-
Set a callback for completion, the specified
handler
is invoked when the test exec has completed.Parameters:
Name Type Description handler
function the completion handler - Source:
Returns:
a reference to this, so the API can be used fluently- Type
- TestCaseReport
-
name() → {string}
-
- Source:
Returns:
-
the test case name
-
- Type
- string