Method GetExecutor
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
GetExecutor(Assembly)
Get a test executor.
ITestFrameworkExecutor GetExecutor(Assembly assembly)
Parameters
assemblyAssemblyThe assembly to run tests from.
Returns
The test executor.