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