Class TestAssemblyExecutionFinished
- 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 after the test framework's ITestAssemblyFinished message, and contains the project metadata associated with the execution.
public class TestAssemblyExecutionFinished : IMessageSinkMessage, IJsonSerializable
- Inheritance
-
TestAssemblyExecutionFinished
- 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 was used during execution.
- ExecutionSummary
Gets the summary of the execution results for the test assembly.
- UniqueID
Gets the test assembly's unique ID.
Methods
- ToJson()
Converts the given object to JSON.