Table of Contents

Method MethodDisplayOptionsOrDefault

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

MethodDisplayOptionsOrDefault(ITestFrameworkDiscoveryOptions)

Gets the options that determine the default display formatting options for test methods. If no options are not present, returns the default value (None).

public static TestMethodDisplayOptions MethodDisplayOptionsOrDefault(this ITestFrameworkDiscoveryOptions discoveryOptions)

Parameters

discoveryOptions

Returns