()
| 72 | |
| 73 | // Check result of a test. |
| 74 | function EndTest() { |
| 75 | assertTrue(listener_called, "listerner not called for " + test_name); |
| 76 | assertNull(exception, test_name); |
| 77 | end_test_count++; |
| 78 | } |
| 79 | |
| 80 | |
| 81 | // Check that the scope chain contains the expected types of scopes. |
no test coverage detected