Constructor TestFrameworkExecutor
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
TestFrameworkExecutor(ITestAssembly)
A reusable implementation of ITestFrameworkExecutor which contains the basic behavior for running tests.
protected TestFrameworkExecutor(ITestAssembly testAssembly)
Parameters
testAssemblyThe test assembly.