Property ConstructorArguments
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
ConstructorArguments
Gets the arguments that should be passed to the test class when it's constructed.
public object?[] ConstructorArguments { get; }
Property Value
- object[]