Show / Hide Table of Contents

Class TestCaseMessage

Default implementation of .

Inheritance
Object
LongLivedMarshalByRefObject
TestAssemblyMessage
TestCollectionMessage
TestClassMessage
TestMethodMessage
TestCaseMessage
TestCaseCleanupFailure
TestCaseDiscoveryMessage
TestCaseFinished
TestCaseStarting
TestMessage
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
Inherited Members
TestMethodMessage.TestMethod
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 TestCaseMessage : TestMethodMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestMethodMessage, ITestCaseMessage

Constructors

| Improve this Doc View Source

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

TestCase

Declaration
public ITestCase TestCase { get; }
Property Value
Type Description
ITestCase

Implements

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