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