Table of Contents

Method ResolveGenericTypes

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

ResolveGenericTypes(object?[])

Resolves the generic types for the test method given the method's arguments. If the method is not generic, will return null.

Type[]? ResolveGenericTypes(object?[] arguments)

Parameters

arguments object[]

The method arguments

Returns

Type[]