Method CreateTestClass
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
CreateTestClass(Type)
Implement this method to create a test class for the given CLR type.
protected abstract ValueTask<TTestClass> CreateTestClass(Type @class)
Parameters
classTypeThe CLR type.
Returns
- ValueTask<TTestClass>
The test class.