Class BeforeTestStarting
Default implementation of
Inheritance
BeforeTestStarting
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestMessage
IBeforeTestStarting
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class BeforeTestStarting : TestMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestMethodMessage, ITestCaseMessage, ITestMessage, IBeforeTestStarting
Constructors
| Improve this Doc View SourceBeforeTestStarting(ITest, String)
Initializes a new instance of the BeforeTestStarting class.
Declaration
public BeforeTestStarting(ITest test, string attributeName)
Parameters
Type | Name | Description |
---|---|---|
ITest | test | |
String | attributeName |
Properties
| Improve this Doc View SourceAttributeName
Declaration
public string AttributeName { get; }
Property Value
Type | Description |
---|---|
String |
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestMessage
IBeforeTestStarting