Table of Contents

Method GetExplicitOptionOrDefault

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

GetExplicitOptionOrDefault(ITestFrameworkExecutionOptions)

Gets a flag that indicates how explicit tests should be handled. If the flag is not present, returns the default value (Off).

public static ExplicitOption GetExplicitOptionOrDefault(this ITestFrameworkExecutionOptions executionOptions)

Parameters

executionOptions

Returns