Table of Contents

Property TestMethodArguments

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

TestMethodArguments

Gets the arguments that will be passed to the test method.

object?[] TestMethodArguments { get; }

Property Value

object[]