klyn.unittest.TestConsoleReporter.printClass
method
public printClass(result as TestClassResult) as Void:
Description

Prints captured output and the status of one test class.

Parameters
ParameterDescription
resultCompleted class result.
Example
reporter.printClass(TestClassResult("klyn", "StringTest", "StringTest.kn"))