| 704 | | this.debug("ERROR:"); |
| 705 | | this.debug("\tNO REPORTING OUTPUT AVAILABLE."); |
| 706 | | this.debug("\tIMPLEMENT tests._report() IN YOUR TEST RUNNER"); |
| | 704 | |
| | 705 | // this.debug("ERROR:"); |
| | 706 | // this.debug("\tNO REPORTING OUTPUT AVAILABLE."); |
| | 707 | // this.debug("\tIMPLEMENT tests._report() IN YOUR TEST RUNNER"); |
| | 708 | |
| | 709 | this.debug(this._line); |
| | 710 | this.debug("| TEST SUMMARY:"); |
| | 711 | this.debug(this._line); |
| | 712 | this.debug("\t", this._testCount, "tests in", this._groupCount, "groups"); |
| | 713 | this.debug("\t", this._errorCount, "errors"); |
| | 714 | this.debug("\t", this._failureCount, "failures"); |