Property TestOutputHelper
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
TestOutputHelper
Gets the output helper, which can be used to add output to the test. Will only be
available when Test is not null. Note that the value may still
be null when Test is not null, if the test framework
implementation does not provide output helper support.
ITestOutputHelper? TestOutputHelper { get; }