Table of Contents

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

class Type

The CLR type.

Returns

ValueTask<TTestClass>

The test class.