Class TestMethodMessage
Default implementation of
Inheritance
TestMethodMessage
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestMethodMessage : TestClassMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestMethodMessage
Constructors
| Improve this Doc View SourceTestMethodMessage(IEnumerable<ITestCase>, ITestMethod)
Initializes a new instance of the TestMethodMessage class.
Declaration
public TestMethodMessage(IEnumerable<ITestCase> testCases, ITestMethod testMethod)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ITestCase> | testCases | |
ITestMethod | testMethod |
Properties
| Improve this Doc View SourceTestMethod
Declaration
public ITestMethod TestMethod { get; set; }
Property Value
Type | Description |
---|---|
ITestMethod |
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage