TestOutputType Enum

Summary

Enum representing the output destination It uses combinable flags so that a given output control can accept multiple types of output. Normally, each individual output uses a single flag value.
Namespace
TCLite.Interfaces
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
TestOutputType
Enum
ValueType
object
IComparable
IFormattable
IConvertible

Syntax

public enum TestOutputType

Fields

Name Constant Value Summary
Error 1
Send output to stdErr
static
Log 3
Send output to Log
static
Out 0
Send output to stdOut
static
Trace 2
Send output to Trace
static