Interface IDiagnosticMessage
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
This message is sent when code (1st or 3rd party) wants to alert the user to a situation that may require diagnostic investigation. This is typically not displayed unless the user has explicitly asked for diagnostic messages to be displayed (see https://xunit.net/docs/configuration-files#diagnosticMessages on how to enable display of diagnostic messages).
public interface IDiagnosticMessage : IMessageSinkMessage, IJsonSerializable
- Inherited Members
Properties
- Message
Gets the diagnostic message.