Table of Contents

Class Xunit3ArgumentFactory

Namespace
Xunit.Runner.v3
Assembly
xunit.v3.runner.utility.netfx.dll

This class is responsible for generating arguments used for calling xUnit.net v3 command line arguments.

public static class Xunit3ArgumentFactory
Inheritance
Xunit3ArgumentFactory
Inherited Members

Methods

ForFind(Version, ITestFrameworkDiscoveryOptions, XunitFilters?, string?, ListOption?, bool)

Gets command line switches based on a call to Find on Xunit3.

ForFindAndRun(Version, ITestFrameworkDiscoveryOptions, ITestFrameworkExecutionOptions, XunitFilters?, string?, bool)

Gets command line switches based on a call to FindAndRun Xunit3.

ForFindInProcess(Version, XunitProjectAssembly, ListOption?)

Gets command line switches based on a call to Find on TestProcessLauncherAdapter.

ForRun(Version, ITestFrameworkExecutionOptions, IReadOnlyCollection<string>, string?, bool)

Gets command line switches based on a call to Run on Xunit3.

ForRunInProcess(Version, XunitProjectAssembly)

Gets command line switches based on a call to Run on TestProcessLauncherAdapter.