Class AfterTestStarting
Default implementation of
Inheritance
AfterTestStarting
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestMessage
IAfterTestStarting
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class AfterTestStarting : TestMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestMethodMessage, ITestCaseMessage, ITestMessage, IAfterTestStarting
Constructors
| Improve this Doc View SourceAfterTestStarting(ITest, String)
Initializes a new instance of the AfterTestStarting class.
Declaration
public AfterTestStarting(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
IAfterTestStarting