Property OnTestFailed
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
OnTestFailed
Set to get notification of failed tests.
public Action<TestFailedInfo>? OnTestFailed { get; set; }
Set to get notification of failed tests.
public Action<TestFailedInfo>? OnTestFailed { get; set; }