Table of Contents

Method ResolveTestMethodArguments

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

ResolveTestMethodArguments(ParameterInfo[], object?[])

Computes values from the test case and resolves the test method arguments just before execution. Typically used from CreateTests() so that the executed test has an appropriately typed argument, regardless of the type that was used to serialize the argument.

protected static object?[] ResolveTestMethodArguments(ParameterInfo[] parameters, object?[] arguments)

Parameters

parameters ParameterInfo[]
arguments object[]

Returns

object[]