Class ErrorMessage
Default implementation of .
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class ErrorMessage : LongLivedMarshalByRefObject, IErrorMessage
Constructors
|
Improve this Doc
View Source
ErrorMessage(IEnumerable<ITestCase>, Exception)
Declaration
public ErrorMessage(IEnumerable<ITestCase> testCases, Exception ex)
Parameters
|
Improve this Doc
View Source
ErrorMessage(IEnumerable<ITestCase>, String[], String[], String[], Int32[])
Declaration
public ErrorMessage(IEnumerable<ITestCase> testCases, string[] exceptionTypes, string[] messages, string[] stackTraces, int[] exceptionParentIndices)
Parameters
Properties
|
Improve this Doc
View Source
ExceptionParentIndices
Declaration
public int[] ExceptionParentIndices { get; }
Property Value
|
Improve this Doc
View Source
ExceptionTypes
Declaration
public string[] ExceptionTypes { get; }
Property Value
|
Improve this Doc
View Source
Messages
Declaration
public string[] Messages { get; }
Property Value
|
Improve this Doc
View Source
StackTraces
Declaration
public string[] StackTraces { get; }
Property Value
|
Improve this Doc
View Source
TestCases
Declaration
public IEnumerable<ITestCase> TestCases { get; }
Property Value
Implements
IErrorMessage