Interface ITestCollectionFinished
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
This message indicates that a test collection has just finished executing (meaning, all the test classes in the collection has finished).
public interface ITestCollectionFinished : ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable, IExecutionSummaryMetadata
- Inherited Members