TraceData Type
Defines Tracing information for TraceListeners Please consider not using a match on this type in code external to the fake repository.
Union cases
Union case | Description |
Full Usage:
BuildNumber text
Parameters:
string
|
|
|
|
Full Usage:
ErrorMessage text
Parameters:
string
|
|
|
|
Full Usage:
ImportantMessage text
Parameters:
string
|
|
Full Usage:
LogMessage(text, newLine)
Parameters:
string
newLine : bool
|
|
|
|
Full Usage:
TestOutput(testName, out, err)
Parameters:
string
out : string
err : string
|
|
|
|
Full Usage:
TraceMessage(text, newLine)
Parameters:
string
newLine : bool
|
|
Instance members
Instance member | Description |
Full Usage:
this.Message
Returns: string option
|
|
Full Usage:
this.NewLine
Returns: bool option
|
|