Table of Contents

Method ShowLiveOutput

Namespace
Xunit.Sdk
Assembly
xunit.v3.core.dll

ShowLiveOutput(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).

public static bool? ShowLiveOutput(this ITestFrameworkExecutionOptions executionOptions)

Parameters

executionOptions

Returns

bool?