Interface IBeforeTestStarting
This message is sent during execution to indicate that the Before method of a IBeforeAfterTestAttribute is about to execute.
public interface IBeforeTestStarting : ITestMessage, ITestCaseMessage, ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable
- Inherited Members
- Extension Methods
Properties
AttributeName
Gets the fully qualified type name of the IBeforeAfterTestAttribute.
string AttributeName { get; }