Class DiscoveryComplete
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Default implementation of IDiscoveryComplete.
[JsonTypeID("discovery-complete")]
public sealed class DiscoveryComplete : TestAssemblyMessage, IJsonDeserializable, IDiscoveryComplete, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable
- Inheritance
-
DiscoveryComplete
- Implements
- Inherited Members
- Extension Methods
-
Xunit.Sdk.MessageSinkMessageExtensions.DispatchWhen``1(Xunit.Sdk.IMessageSinkMessage,Xunit.Runner.Common.MessageHandler{``0})
Properties
- TestCasesToRun
Gets a count of the number of test cases that passed the filter and will be run.
Methods
- Deserialize(IReadOnlyDictionary<string, object?>)
Override to deserialize the values in the dictionary into the message.
- Serialize(JsonObjectSerializer)
Override to serialize the values in the message into JSON.