Interface IErrorMetadata
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
Represents metadata about an error during test discovery or execution.
public interface IErrorMetadata
Properties
- ExceptionParentIndices
Gets the parent exception index(es) for the exception(s); a -1 indicates that the exception in question has no parent.
- ExceptionTypes
Gets the fully-qualified type name(s) of the exception(s).
- Messages
Gets the message(s) of the exception(s).
- StackTraces
Gets the stack trace(s) of the exception(s).