Class TestCaseMessage
Default implementation of
Inheritance
TestCaseMessage
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestCaseMessage : TestMethodMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestMethodMessage, ITestCaseMessage
Constructors
| Improve this Doc View SourceTestCaseMessage(ITestCase)
Initializes a new instance of the TestCaseMessage class.
Declaration
public TestCaseMessage(ITestCase testCase)
Parameters
Type | Name | Description |
---|---|---|
ITestCase | testCase |
Properties
| Improve this Doc View SourceTestCase
Declaration
public ITestCase TestCase { get; }
Property Value
Type | Description |
---|---|
ITestCase |
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage