Table of Contents

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

testAssembly

The test assembly.