Class TestAssemblyDiscoveryStarting
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Reports that runner is about to start discovery for a test assembly. This message will arrive before the test framework's v3.3.0.0:Xunit.DiscoveryStarting message, and contains the project metadata associated with the discovery.
public class TestAssemblyDiscoveryStarting : IMessageSinkMessage, IJsonSerializable
- Inheritance
-
TestAssemblyDiscoveryStarting
- 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
- AppDomain
Gets a flag which indicates whether the tests will be discovered and run in a separate app domain.
- Assembly
Gets information about the assembly being discovered.
- DiscoveryOptions
Gets the options that will be used during discovery.
- ShadowCopy
Gets a flag which indicates whether shadow copies are being used. If app domains are not enabled, then this value is ignored.
Methods
- ToJson()
Converts the given object to JSON.