Property OnTestFinished
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
OnTestFinished
Set to get notification of finished tests (regardless of outcome).
public Action<TestFinishedInfo>? OnTestFinished { get; set; }
Set to get notification of finished tests (regardless of outcome).
public Action<TestFinishedInfo>? OnTestFinished { get; set; }