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