Table of Contents

Property OnTestPassed

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

OnTestPassed

Set to get notification of passing tests.

public Action<TestPassedInfo>? OnTestPassed { get; set; }

Property Value

Action<TestPassedInfo>