Class DiagnosticMessage
Default implementation of
Implements
IDiagnosticMessage
IMessageSinkMessageWithTypes
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class DiagnosticMessage : LongLivedMarshalByRefObject, IDiagnosticMessage, IMessageSinkMessageWithTypes
Constructors
| Improve this Doc View SourceDiagnosticMessage()
Initializes a new instance of the DiagnosticMessage class.
Declaration
public DiagnosticMessage()
DiagnosticMessage(String)
Initializes a new instance of the DiagnosticMessage class.
Declaration
public DiagnosticMessage(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message to send |
DiagnosticMessage(String, Object[])
Initializes a new instance of the DiagnosticMessage class.
Declaration
public DiagnosticMessage(string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
String | format | The format of the message to send |
Object[] | args | The arguments used to format the message |
Properties
| Improve this Doc View SourceInterfaceTypes
Declaration
public HashSet<string> InterfaceTypes { get; }
Property Value
Type | Description |
---|---|
HashSet<String> |
Message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
String |
Implements
IDiagnosticMessage
IMessageSinkMessageWithTypes