Show / Hide Table of Contents

Class TestCaseCleanupFailure

Default implementation of .

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

Constructors

| Improve this Doc View Source

TestCaseCleanupFailure(ITestCase, Exception)

Initializes a new instance of the TestCaseCleanupFailure class.

Declaration
public TestCaseCleanupFailure(ITestCase testCase, Exception ex)
Parameters
Type Name Description
ITestCase testCase
Exception ex
| Improve this Doc View Source

TestCaseCleanupFailure(ITestCase, String[], String[], String[], Int32[])

Initializes a new instance of the TestCaseCleanupFailure class.

Declaration
public TestCaseCleanupFailure(ITestCase testCase, string[] exceptionTypes, string[] messages, string[] stackTraces, int[] exceptionParentIndices)
Parameters
Type Name Description
ITestCase testCase
String[] exceptionTypes
String[] messages
String[] stackTraces
Int32[] exceptionParentIndices

Properties

| Improve this Doc View Source

ExceptionParentIndices

Declaration
public int[] ExceptionParentIndices { get; }
Property Value
Type Description
Int32[]
| Improve this Doc View Source

ExceptionTypes

Declaration
public string[] ExceptionTypes { get; }
Property Value
Type Description
String[]
| Improve this Doc View Source

Messages

Declaration
public string[] Messages { get; }
Property Value
Type Description
String[]
| Improve this Doc View Source

StackTraces

Declaration
public string[] StackTraces { get; }
Property Value
Type Description
String[]

Implements

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