Table of Contents

Method GetMethodDisplayOrDefault

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

GetMethodDisplayOrDefault(ITestFrameworkDiscoveryOptions)

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

public static TestMethodDisplay GetMethodDisplayOrDefault(this ITestFrameworkDiscoveryOptions discoveryOptions)

Parameters

discoveryOptions

Returns