Table of Contents

Property ConstructorArguments

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

ConstructorArguments

Gets the arguments to pass to the constructor of the test class when creating it.

public object?[] ConstructorArguments { get; }

Property Value

object[]