Method ForFind
- Namespace
- Xunit.Runner.v3
- Assembly
- xunit.v3.runner.utility.netfx.dll
ForFind(Version, ITestFrameworkDiscoveryOptions, XunitFilters?, string?, ListOption?, bool)
Gets command line switches based on a call to Find
on Xunit3.
public static List<string> ForFind(Version coreFrameworkVersion, ITestFrameworkDiscoveryOptions options, XunitFilters? filters = null, string? configFileName = null, ListOption? listOption = null, bool waitForDebugger = false)
Parameters
coreFrameworkVersion
Versionoptions
filters
configFileName
stringlistOption
ListOption?waitForDebugger
bool