Class TestClassMessage
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Default implementation of ITestClassMessage.
public abstract class TestClassMessage : TestCollectionMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable
- Inheritance
-
TestClassMessage
- Implements
- Derived
- Inherited Members
-
MessageSinkMessage.ToDisplayString<T>(T[])
Properties
- TestClassUniqueID
Gets the test class's unique ID. Can be used to correlate test messages with the appropriate test class that they're related to. Will be
nullif the test did not originate from a class.
Methods
- Serialize(JsonObjectSerializer)
Override to serialize the values in the message into JSON.