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
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.