Table of Contents

Property OnTestSkipped

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

OnTestSkipped

Set to get notification of skipped tests.

public Action<TestSkippedInfo>? OnTestSkipped { get; set; }

Property Value

Action<TestSkippedInfo>