Class Message
Assembly: solution.dll
Syntax
public sealed class Message
Constructors
Fields
Properties
Methods
Name |
Description |
AddError(Exception)
|
|
AddError(string)
|
|
End()
|
Should only be used with begin-end message types, such as:
Action, TestSuite, TestSession, ProcessInfo, TestGroup.
|
End(Exception)
|
Should only be used with begin-end message types, such as:
Action, TestSuite, TestSession, ProcessInfo, TestGroup.
|
GetBool(string)
|
|
GetDefaultMessageTypeValue(Type)
|
|
GetErrors()
|
|
GetInt(string)
|
|
GetLong(string)
|
|
GetString(string)
|
|
HasErrors()
|
|
HasField(string)
|
|
Is(string)
|
|
IsEndMessageFor(Message)
|
|
MergeWith(Message)
|
|
Extension Methods