Class TestAssemblyMessage
Default implementation of
Inheritance
TestAssemblyMessage
Implements
ITestAssemblyMessage
IExecutionMessage
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestAssemblyMessage : LongLivedMarshalByRefObject, ITestAssemblyMessage, IExecutionMessage
Constructors
| Improve this Doc View SourceTestAssemblyMessage(IEnumerable<ITestCase>, ITestAssembly)
Initializes a new instance of the TestAssemblyMessage class.
Declaration
public TestAssemblyMessage(IEnumerable<ITestCase> testCases, ITestAssembly testAssembly)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ITestCase> | testCases | |
ITestAssembly | testAssembly |
Properties
| Improve this Doc View SourceTestAssembly
Declaration
public ITestAssembly TestAssembly { get; set; }
Property Value
Type | Description |
---|---|
ITestAssembly |
TestCases
Declaration
public IEnumerable<ITestCase> TestCases { get; }
Property Value
Type | Description |
---|---|
IEnumerable<ITestCase> |
Implements
ITestAssemblyMessage
IExecutionMessage