Property FailureCause
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
FailureCause
Gets a value which indicates what the cause of the test failure was. This value is only available when Result is Failed.
public FailureCause? FailureCause { get; }
Gets a value which indicates what the cause of the test failure was. This value is only available when Result is Failed.
public FailureCause? FailureCause { get; }