Table of Contents

Class TestFailedInfo

Namespace
Xunit.Runners
Assembly
xunit.v3.runner.utility.netfx.dll

Represents a test that failed.

public class TestFailedInfo : TestExecutedInfo
Inheritance
TestFailedInfo
Inherited Members

Constructors

TestFailedInfo(string, string, IReadOnlyDictionary<string, IReadOnlyCollection<string>>?, string, string, decimal, string?, string?, string, string?)

Properties

ExceptionMessage

The message from the exception that caused the test failure.

ExceptionStackTrace

The stack trace from the exception that caused the test failure.

ExceptionType

The exception that caused the test failure.