Table of Contents

Method CreateExecutor

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

CreateExecutor(Assembly)

Override this method to provide the implementation of ITestFrameworkExecutor.

protected abstract ITestFrameworkExecutor CreateExecutor(Assembly assembly)

Parameters

assembly Assembly

The assembly that is being executed.

Returns

Returns the test framework executor.