()
| 46 | |
| 47 | // Check result of a test. |
| 48 | function EndTest() { |
| 49 | assertTrue(listener_called, "listener not called for " + test_name); |
| 50 | assertNull(exception, test_name + " / " + exception); |
| 51 | end_test_count++; |
| 52 | } |
| 53 | |
| 54 | |
| 55 | // Check that two scope are the same. |
no test coverage detected