Show / Hide Table of Contents

Class TestCollectionStarting

Default implementation of .

Inheritance
Object
LongLivedMarshalByRefObject
TestAssemblyMessage
TestCollectionMessage
TestCollectionStarting
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestCollectionStarting
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 TestCollectionStarting : TestCollectionMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestCollectionStarting

Constructors

| Improve this Doc View Source

TestCollectionStarting(IEnumerable<ITestCase>, ITestCollection)

Initializes a new instance of the TestCollectionStarting class.

Declaration
public TestCollectionStarting(IEnumerable<ITestCase> testCases, ITestCollection testCollection)
Parameters
Type Name Description
IEnumerable<ITestCase> testCases
ITestCollection testCollection

Implements

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