Table of Contents

Method SelectTestClassConstructor

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

SelectTestClassConstructor(TContext)

Selects the test constructor.

protected virtual ConstructorInfo? SelectTestClassConstructor(TContext ctxt)

Parameters

ctxt TContext

The context that describes the current test class

Returns

ConstructorInfo