Table of Contents

Method SetShowLiveOutput

Namespace
Xunit.Sdk
Assembly
xunit.v3.runner.common.dll

SetShowLiveOutput(ITestFrameworkExecutionOptions, bool?)

Sets 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).

public static void SetShowLiveOutput(this ITestFrameworkExecutionOptions executionOptions, bool? value)

Parameters

executionOptions
value bool?