Show / Hide Table of Contents

Class TestMethodStarting

Default implementation of .

Inheritance
Object
LongLivedMarshalByRefObject
TestAssemblyMessage
TestCollectionMessage
TestClassMessage
TestMethodMessage
TestMethodStarting
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestMethodStarting
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 TestMethodStarting : TestMethodMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestMethodMessage, ITestMethodStarting

Constructors

| Improve this Doc View Source

TestMethodStarting(IEnumerable<ITestCase>, ITestMethod)

Initializes a new instance of the TestMethodStarting class.

Declaration
public TestMethodStarting(IEnumerable<ITestCase> testCases, ITestMethod testMethod)
Parameters
Type Name Description
IEnumerable<ITestCase> testCases
ITestMethod testMethod

Implements

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