(exception)
| 98 | // call its callback (onComplete function); (2) the test function |
| 99 | // doesn't directly raise an exception. |
| 100 | exception(exception) { |
| 101 | this.onException(exception); |
| 102 | } |
| 103 | |
| 104 | // returns a unique ID for this test run, for convenience use by |
| 105 | // your tests |
no outgoing calls
no test coverage detected