Summary
Construct with text and an output destination type
- Namespace
- TCLite
.Interfaces - Containing Type
- TestOutput
Syntax
public TestOutput(string text, TestOutputType type)
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | Text to be output |
| type | TestOutputType | Destination of output |
Return Value
| Type | Description |
|---|---|
| void |
