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