()
| 66 | |
| 67 | // Check result of a test. |
| 68 | function EndTest() { |
| 69 | assertTrue(listener_called, "listener not called for " + test_name); |
| 70 | assertNull(exception, test_name); |
| 71 | end_test_count++; |
| 72 | } |
| 73 | |
| 74 | |
| 75 | // Check that the debugger correctly reflects that the receiver is not |
no test coverage detected
searching dependent graphs…