Class TestClassStarting
Default implementation of
Inheritance
TestClassStarting
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestClassStarting
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestClassStarting : TestClassMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestClassStarting
Constructors
| Improve this Doc View SourceTestClassStarting(IEnumerable<ITestCase>, ITestClass)
Initializes a new instance of the TestClassStarting class.
Declaration
public TestClassStarting(IEnumerable<ITestCase> testCases, ITestClass testClass)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ITestCase> | testCases | |
ITestClass | testClass |
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestClassStarting