Property OnTestStarting
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
OnTestStarting
Set to get notification of when tests start running.
public Action<TestStartingInfo>? OnTestStarting { get; set; }
Set to get notification of when tests start running.
public Action<TestStartingInfo>? OnTestStarting { get; set; }