Interface ITestClassFinished
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
This message indicates that a test class has finished executing (meaning, all of the test cases in this test class have finished running).
public interface ITestClassFinished : ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable, IExecutionSummaryMetadata
- Inherited Members