Show / Hide Table of Contents

Class DiagnosticMessage

Default implementation of .

Inheritance
Object
LongLivedMarshalByRefObject
DiagnosticMessage
Implements
IDiagnosticMessage
IMessageSinkMessageWithTypes
Inherited Members
LongLivedMarshalByRefObject.DisconnectAll()
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class DiagnosticMessage : LongLivedMarshalByRefObject, IDiagnosticMessage, IMessageSinkMessageWithTypes

Constructors

| Improve this Doc View Source

DiagnosticMessage()

Initializes a new instance of the DiagnosticMessage class.

Declaration
public DiagnosticMessage()
| Improve this Doc View Source

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

| Improve this Doc View Source

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 Source

InterfaceTypes

Declaration
public HashSet<string> InterfaceTypes { get; }
Property Value
Type Description
HashSet<String>
| Improve this Doc View Source

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
String

Implements

IDiagnosticMessage
IMessageSinkMessageWithTypes
  • Improve this Doc
  • View Source
Back to top Generated by DocFX