Method GetShowLiveOutputOrDefault
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.runner.common.dll
GetShowLiveOutputOrDefault(ITestFrameworkExecutionOptions)
Gets a flag which indicates if the developer wishes to see output from ITestOutputHelper
live while it's being reported (in addition to seeing it collected together when the test is finished).
If the flag is not present, returns the default value (false).
public static bool GetShowLiveOutputOrDefault(this ITestFrameworkExecutionOptions executionOptions)
Parameters
executionOptions