Table of Contents

Method ToDisplayName

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

ToDisplayName(Type)

Converts a type into a name string for display purposes. It attempts to make a more user friendly name than FullName would give, especially when the type is generic.

public static string ToDisplayName(this Type type)

Parameters

type Type

Returns

string