Method CreateExecutor
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
CreateExecutor(Assembly)
Override this method to provide the implementation of ITestFrameworkExecutor.
protected override ITestFrameworkExecutor CreateExecutor(Assembly assembly)
Parameters
assemblyAssemblyThe assembly that is being executed.
Returns
Returns the test framework executor.