public printInfrastructure(failure as TestFailure) as Void:
Prints a framework failure that is not attached to a test class.
| Parameter | Description |
|---|---|
failure | Infrastructure failure to render. |
reporter.printInfrastructure(
TestFailure("Discovery failed", "IOException", "Test root not found"))