Class TestCollectionMessage
Default implementation of
Inheritance
TestCollectionMessage
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestCollectionMessage : TestAssemblyMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage
Constructors
| Improve this Doc View SourceTestCollectionMessage(IEnumerable<ITestCase>, ITestCollection)
Initializes a new instance of the TestCollectionMessage class.
Declaration
public TestCollectionMessage(IEnumerable<ITestCase> testCases, ITestCollection testCollection)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ITestCase> | testCases | |
ITestCollection | testCollection |
Properties
| Improve this Doc View SourceTestCollection
Declaration
public ITestCollection TestCollection { get; }
Property Value
Type | Description |
---|---|
ITestCollection |
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage