klyn.unittest.TestConsoleReporter.printInfrastructure
method
public printInfrastructure(failure as TestFailure) as Void:
Description

Prints a framework failure that is not attached to a test class.

Parameters
ParameterDescription
failureInfrastructure failure to render.
Example
reporter.printInfrastructure(
TestFailure("Discovery failed", "IOException", "Test root not found"))