Table of Contents

Constructor InProcessFrontController

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

InProcessFrontController(ITestFramework, Assembly, string?)

Initializes a new instance of the InProcessFrontController class.

public InProcessFrontController(ITestFramework testFramework, Assembly testAssembly, string? configFilePath)

Parameters

testFramework

The test framework to be wrapped.

testAssembly Assembly

The assembly under test.

configFilePath string

The optional configuration file path.