Property ShowLiveOutputOrDefault
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
ShowLiveOutputOrDefault
Gets a flag indicating whether output from ITestOutputHelper should be
shown live as they're logged (in addition to being collected together after the test finishes).
If the flag is not set, returns the default value (false).
public bool ShowLiveOutputOrDefault { get; }