Interface ITestMethodFinished
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
This message indicates that a test method has finished executing (meaning, all the test cases that derived from the test method have finished).
public interface ITestMethodFinished : ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable, IExecutionSummaryMetadata
- Inherited Members