Table of Contents

Method GetShowLiveOutput

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

GetShowLiveOutput(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? GetShowLiveOutput(this ITestFrameworkExecutionOptions executionOptions)

Parameters

executionOptions

Returns

bool?