Property OnTestOutput
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
OnTestOutput
Set to get real-time notification of test output (for xUnit.net v2 tests only). Note that output is captured and reported back to all the test completion Info>s in addition to being sent to this Info>.
public Action<TestOutputInfo>? OnTestOutput { get; set; }