Method ForFindAndRun
- Namespace
- Xunit.Runner.v3
- Assembly
- xunit.v3.runner.utility.netfx.dll
ForFindAndRun(Version, ITestFrameworkDiscoveryOptions, ITestFrameworkExecutionOptions, XunitFilters?, string?, bool)
Gets command line switches based on a call to FindAndRun
Xunit3.
public static List<string> ForFindAndRun(Version coreFrameworkVersion, ITestFrameworkDiscoveryOptions discoveryOptions, ITestFrameworkExecutionOptions executionOptions, XunitFilters? filters = null, string? configFileName = null, bool waitForDebugger = false)
Parameters
coreFrameworkVersion
VersiondiscoveryOptions
executionOptions
filters
configFileName
stringwaitForDebugger
bool