Class TestFailedInfo
- Namespace
- Xunit.SimpleRunner
- Assembly
- xunit.v3.runner.utility.netfx.dll
Represents a test that failed.
public class TestFailedInfo : TestFinishedInfo
- Inheritance
-
TestFailedInfo
- Inherited Members
Properties
- Cause
Gets the cause of the test failure.
- Exception
Gets the exception that caused the test to fail.