(name)
| 36 | |
| 37 | // Initialize for a new test. |
| 38 | function BeginTest(name) { |
| 39 | test_name = name; |
| 40 | listener_delegate = null; |
| 41 | listener_called = false; |
| 42 | exception = null; |
| 43 | begin_test_count++; |
| 44 | } |
| 45 | |
| 46 | |
| 47 | // Check result of a test. |
no outgoing calls
no test coverage detected