Method GetDisplayName
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
GetDisplayName(string, object?[]?, Type[]?)
Gets the display name for the test method, factoring in arguments and generic types.
string GetDisplayName(string baseDisplayName, object?[]? testMethodArguments, Type[]? methodGenericTypes)
Parameters
baseDisplayNamestringThe base display name.
testMethodArgumentsobject[]The test method arguments.
methodGenericTypesType[]The generic types of the method.