new TestSuiteReport()
The test suite reports is basically a stream of events reporting the test suite execution.
- Source:
Methods
-
endHandler(endHandler) → {TestSuiteReport}
-
Parameters:
Name Type Description endHandler
function - Source:
Returns:
- Type
- TestSuiteReport
-
exceptionHandler(handler) → {TestSuiteReport}
-
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple times before the test ends.
Parameters:
Name Type Description handler
function the exception handler - Source:
Returns:
a reference to this, so the API can be used fluently- Type
- TestSuiteReport
-
handler(handler) → {TestSuiteReport}
-
Parameters:
Name Type Description handler
function - Source:
Returns:
- Type
- TestSuiteReport
-
name() → {string}
-
- Source:
Returns:
-
the test suite name
-
- Type
- string
-
pause() → {TestSuiteReport}
-
- Source:
Returns:
- Type
- TestSuiteReport
-
resume() → {TestSuiteReport}
-
- Source:
Returns:
- Type
- TestSuiteReport