Method ForRun
- Namespace
- Xunit.Runner.v3
- Assembly
- xunit.v3.runner.utility.netfx.dll
ForRun(Version, ITestFrameworkExecutionOptions, IReadOnlyCollection<string>, string?, bool)
Gets command line switches based on a call to Run
on Xunit3.
public static List<string> ForRun(Version coreFrameworkVersion, ITestFrameworkExecutionOptions options, IReadOnlyCollection<string> serializedTestCases, string? configFileName = null, bool waitForDebugger = false)
Parameters
coreFrameworkVersion
Versionoptions
serializedTestCases
IReadOnlyCollection<string>configFileName
stringwaitForDebugger
bool