(name)
| 57 | |
| 58 | // Initialize for a new test. |
| 59 | function BeginTest(name) { |
| 60 | test_name = name; |
| 61 | listener_called = false; |
| 62 | exception = null; |
| 63 | begin_test_count++; |
| 64 | } |
| 65 | |
| 66 | |
| 67 | // Check result of a test. |
no outgoing calls
no test coverage detected
searching dependent graphs…