Table of Contents

Method IsTestClassCreatable

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

IsTestClassCreatable(TContext)

Override to determine whether a test class should be created.

protected abstract bool IsTestClassCreatable(TContext ctxt)

Parameters

ctxt TContext

The context that describes the current test

Returns

bool

Remarks

This method runs during Running and any exceptions thrown will contribute to test failure (and test class creation will not take place).