public class TestConsoleReporter:
Renders structured test results on the process console.
import klyn.unittest reporter = TestConsoleReporter() reporter.printSummary(TestReport())
| Modifier and Type | Member | Description |
|---|---|---|
| public | TestConsoleReporter | Creates a console reporter. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | printClassprintClass(result as TestClassResult) as Void: |
Prints captured output and the status of one test class. |
| public | printInfrastructureprintInfrastructure(failure as TestFailure) as Void: |
Prints a framework failure that is not attached to a test class. |
| public | printRunningprintRunning(source as String) as Void: |
Starts the single-line progress entry completed by printClass(). |
| public | printSummaryprintSummary(report as TestReport) as Void: |
Prints aggregate class and method counts. |