Class TestClassCleanupFailure
Default implementation of
Inheritance
TestClassCleanupFailure
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestClassCleanupFailure
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestClassCleanupFailure : TestClassMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestClassCleanupFailure
Constructors
| Improve this Doc View SourceTestClassCleanupFailure(IEnumerable<ITestCase>, ITestClass, Exception)
Initializes a new instance of the TestClassCleanupFailure class.
Declaration
public TestClassCleanupFailure(IEnumerable<ITestCase> testCases, ITestClass testClass, Exception ex)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ITestCase> | testCases | |
ITestClass | testClass | |
Exception | ex |
TestClassCleanupFailure(IEnumerable<ITestCase>, ITestClass, String[], String[], String[], Int32[])
Initializes a new instance of the TestClassCleanupFailure class.
Declaration
public TestClassCleanupFailure(IEnumerable<ITestCase> testCases, ITestClass testClass, string[] exceptionTypes, string[] messages, string[] stackTraces, int[] exceptionParentIndices)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ITestCase> | testCases | |
ITestClass | testClass | |
String[] | exceptionTypes | |
String[] | messages | |
String[] | stackTraces | |
Int32[] | exceptionParentIndices |
Properties
| Improve this Doc View SourceExceptionParentIndices
Declaration
public int[] ExceptionParentIndices { get; }
Property Value
Type | Description |
---|---|
Int32[] |
ExceptionTypes
Declaration
public string[] ExceptionTypes { get; }
Property Value
Type | Description |
---|---|
String[] |
Messages
Declaration
public string[] Messages { get; }
Property Value
Type | Description |
---|---|
String[] |
StackTraces
Declaration
public string[] StackTraces { get; }
Property Value
Type | Description |
---|---|
String[] |
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestClassCleanupFailure