Interface IBeforeTestFinished
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
This message is sent during execution to indicate that the Before method of a IBeforeAfterTestAttribute has completed executing.
public interface IBeforeTestFinished : ITestMessage, ITestCaseMessage, ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable
- Inherited Members
Properties
- AttributeName
Gets the fully qualified type name of the IBeforeAfterTestAttribute.