Table of Contents

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; }

Property Value

Action<TestStartingInfo>