Class TestAssemblyExecutionStarting
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Reports that runner is about to start execution for a test assembly. This message will arrive before the test framework's ITestAssemblyStarting message, and contains the project metadata associated with the discovery.
public class TestAssemblyExecutionStarting : IMessageSinkMessage, IJsonSerializable
- Inheritance
-
TestAssemblyExecutionStarting
- 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 executed.
- ExecutionOptions
Gets the options that will be used during execution.
- Seed
Gets the seed value used for randomization. If
null, then the test framework does not support setting a randomization seed. (For stock versions of xUnit.net, support for settable randomization seeds started with v3.)
Methods
- ToJson()
Converts the given object to JSON.