TestOutput Class

Summary

The TestOutput class holds a unit of output from a test to either stdOut or stdErr
Namespace
TCLite.Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type["TestOutput"] class Type type-node

Syntax

public class TestOutput

Constructors

Name Summary
TestOutput(string, TestOutputType) Construct with text and an output destination type

Properties

Name Value Summary
Text string
Get the text
Type TestOutputType
Get the output type

Methods

Name Value Summary
ToString() string
Return string representation of the object for debugging