Class TestCollectionStarting
Default implementation of
Inheritance
TestCollectionStarting
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestCollectionStarting
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestCollectionStarting : TestCollectionMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestCollectionStarting
Constructors
| Improve this Doc View SourceTestCollectionStarting(IEnumerable<ITestCase>, ITestCollection)
Initializes a new instance of the TestCollectionStarting class.
Declaration
public TestCollectionStarting(IEnumerable<ITestCase> testCases, ITestCollection testCollection)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ITestCase> | testCases | |
ITestCollection | testCollection |
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestCollectionStarting