Method ShowLiveOutputOrDefault
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.core.dll
ShowLiveOutputOrDefault(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 ShowLiveOutputOrDefault(this ITestFrameworkExecutionOptions executionOptions)
Parameters
executionOptions