Class TestAssemblyDiscoveryFinished
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Reports that runner has just finished discovery for a test assembly. This message will arrive after the test framework's IDiscoveryComplete message, and contains the project metadata associated with the discovery.
public class TestAssemblyDiscoveryFinished : IMessageSinkMessage, IJsonSerializable
- Inheritance
-
TestAssemblyDiscoveryFinished
- Implements
- Inherited Members
- Extension Methods
-
Xunit.Sdk.MessageSinkMessageExtensions.DispatchWhen``1(Xunit.Sdk.IMessageSinkMessage,Xunit.Runner.Common.MessageHandler{``0})
Remarks
This message does not support serialization or deserialization.
Properties
- Assembly
Gets information about the assembly being discovered.
- DiscoveryOptions
Gets the options that were used during discovery.
- TestCasesToRun
Gets the count of the number of test cases that will be run (post-filtering).
Methods
- ToJson()
Converts the given object to JSON.