Property TestMethodArguments
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
TestMethodArguments
Gets the arguments to be passed to the test method during invocation.
object?[] TestMethodArguments { get; }
Property Value
- object[]
Gets the arguments to be passed to the test method during invocation.
object?[] TestMethodArguments { get; }