Table of Contents

Property OnDiscoveryComplete

Namespace
Xunit.Runners
Assembly
xunit.v3.runner.utility.netfx.dll

OnDiscoveryComplete

Set to get notification of when test discovery is complete.

public Action<DiscoveryCompleteInfo>? OnDiscoveryComplete { get; set; }

Property Value

Action<DiscoveryCompleteInfo>