| 2 | // be returned to Go code. Each element in the result array is either |
| 3 | // an array of the form ["LOG", ...], or ["ERROR", ...]. |
| 4 | class TestFixture { |
| 5 | constructor() { |
| 6 | this.context = ""; // Added to front of all log and error messages. |
| 7 | this.result = []; |
nothing calls this directly
no outgoing calls
no test coverage detected