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
ctxtTContextThe context that describes the current test
Returns
Remarks
This method runs during Running and any exceptions thrown will contribute to test failure (and test class creation will not take place).