Class TestAssemblyCleanupFailure
Default implementation of TestAssemblyCleanupFailure.
Implements
ITestAssemblyMessage
IExecutionMessage
ITestAssemblyCleanupFailure
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestAssemblyCleanupFailure : TestAssemblyMessage, ITestAssemblyMessage, IExecutionMessage, ITestAssemblyCleanupFailure
Constructors
| Improve this Doc View SourceTestAssemblyCleanupFailure(IEnumerable<ITestCase>, ITestAssembly, Exception)
Initializes a new instance of the TestAssemblyCleanupFailure class.
Declaration
public TestAssemblyCleanupFailure(IEnumerable<ITestCase> testCases, ITestAssembly testAssembly, Exception ex)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ITestCase> | testCases | |
ITestAssembly | testAssembly | |
Exception | ex |
TestAssemblyCleanupFailure(IEnumerable<ITestCase>, ITestAssembly, String[], String[], String[], Int32[])
Initializes a new instance of the TestAssemblyCleanupFailure class.
Declaration
public TestAssemblyCleanupFailure(IEnumerable<ITestCase> testCases, ITestAssembly testAssembly, string[] exceptionTypes, string[] messages, string[] stackTraces, int[] exceptionParentIndices)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ITestCase> | testCases | |
ITestAssembly | testAssembly | |
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
ITestAssemblyCleanupFailure