Show / Hide Table of Contents

Class TestClassMessage

Default implementation of .

Inheritance
Object
LongLivedMarshalByRefObject
TestAssemblyMessage
TestCollectionMessage
TestClassMessage
TestClassCleanupFailure
TestClassFinished
TestClassStarting
TestMethodMessage
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
Inherited Members
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 TestClassMessage : TestCollectionMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage

Constructors

| Improve this Doc View Source

TestClassMessage(IEnumerable<ITestCase>, ITestClass)

Initializes a new instance of the TestClassMessage class.

Declaration
public TestClassMessage(IEnumerable<ITestCase> testCases, ITestClass testClass)
Parameters
Type Name Description
IEnumerable<ITestCase> testCases
ITestClass testClass

Properties

| Improve this Doc View Source

TestClass

Declaration
public ITestClass TestClass { get; set; }
Property Value
Type Description
ITestClass

Implements

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