ITestListener.

TestOutput(TestOutput) Method

Summary

Called when the test creates text output.
Namespace
TCLite.Interfaces
Containing Type
ITestListener

Syntax

void TestOutput(TestOutput testOutput)

Parameters

Name Type Description
testOutput TestOutput A console message

Return Value

Type Description
void