Table of Contents

Method GetMethodDisplayOptionsOrDefault

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

GetMethodDisplayOptionsOrDefault(ITestFrameworkDiscoveryOptions)

Gets a flag that determines the default display name format options for test methods. If the flag is not present, returns the default value (None).

public static TestMethodDisplayOptions GetMethodDisplayOptionsOrDefault(this ITestFrameworkDiscoveryOptions discoveryOptions)

Parameters

discoveryOptions

Returns