Table of Contents

Method GetFailSkipsOrDefault

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

GetFailSkipsOrDefault(ITestFrameworkExecutionOptions)

Gets a flag to fail skipped tests. If the flag is not present, returns the default value (false).

public static bool GetFailSkipsOrDefault(this ITestFrameworkExecutionOptions executionOptions)

Parameters

executionOptions

Returns

bool