Table of Contents

Property Constructors

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

Constructors

Gets the public constructors on the test class. If the test class is static, will return null.

IReadOnlyCollection<ConstructorInfo>? Constructors { get; }

Property Value

IReadOnlyCollection<ConstructorInfo>