Table of Contents

Method GetExecutor

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

GetExecutor(Assembly)

Get a test executor.

ITestFrameworkExecutor GetExecutor(Assembly assembly)

Parameters

assembly Assembly

The assembly to run tests from.

Returns

The test executor.