Show / Hide Table of Contents

Class TestMethodMessage

Default implementation of .

Inheritance
Object
LongLivedMarshalByRefObject
TestAssemblyMessage
TestCollectionMessage
TestClassMessage
TestMethodMessage
TestCaseMessage
TestMethodCleanupFailure
TestMethodFinished
TestMethodStarting
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
Inherited Members
TestClassMessage.TestClass
TestCollectionMessage.TestCollection
TestAssemblyMessage.TestAssembly
TestAssemblyMessage.TestCases
LongLivedMarshalByRefObject.DisconnectAll()
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestMethodMessage : TestClassMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestMethodMessage

Constructors

| Improve this Doc View Source

TestMethodMessage(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 Source

TestMethod

Declaration
public ITestMethod TestMethod { get; set; }
Property Value
Type Description
ITestMethod

Implements

ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
  • Improve this Doc
  • View Source
Back to top Generated by DocFX