Class TestCaseStarting
Default implementation of
Inheritance
TestCaseStarting
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestCaseStarting
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestCaseStarting : TestCaseMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestMethodMessage, ITestCaseMessage, ITestCaseStarting
Constructors
| Improve this Doc View SourceTestCaseStarting(ITestCase)
Initializes a new instance of the TestCaseStarting class.
Declaration
public TestCaseStarting(ITestCase testCase)
Parameters
Type | Name | Description |
---|---|---|
ITestCase | testCase |
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestCaseStarting