Table of Contents

Method ResolveMethodArguments

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

ResolveMethodArguments(object?[])

Resolves argument values for the test method, ensuring they are the correct type, including support for optional method arguments.

object?[] ResolveMethodArguments(object?[] arguments)

Parameters

arguments object[]

The test method arguments

Returns

object[]