Show / Hide Table of Contents

Class TestClassStarting

Default implementation of .

Inheritance
Object
LongLivedMarshalByRefObject
TestAssemblyMessage
TestCollectionMessage
TestClassMessage
TestClassStarting
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestClassStarting
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 TestClassStarting : TestClassMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestClassStarting

Constructors

| Improve this Doc View Source

TestClassStarting(IEnumerable<ITestCase>, ITestClass)

Initializes a new instance of the TestClassStarting class.

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

Implements

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