Interface ITestAssemblyFinished
This message indicates that the execution process has been completed for the requested assembly.
public interface ITestAssemblyFinished : ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable, IExecutionSummaryMetadata
- Inherited Members
- Extension Methods
Properties
FinishTime
Gets the date and time when the test assembly execution finished.
DateTimeOffset FinishTime { get; }