Click or drag to resize

ConsoleMessage Class

This class is to receive console message that is collected from the console output using WriteError(String, Boolean) or WriteLog(String)/>
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFrameworkConsoleMessage

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static class ConsoleMessage

The ConsoleMessage type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberConsoleMessages
Gets the console messages in list of lines
Top
Methods
  NameDescription
Public methodStatic memberAddLine
Adds a line to the messages.
Top
Events
  NameDescription
Public eventStatic memberLogWritten
Occurs when log has been written to the console.
Top
See Also