You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.AddNetFxOnlyOption("inprocess","Synonym for --process:InProcess",
349
346
NetFxOnlyOption("inprocess", v =>ProcessModel="InProcess"));
350
347
351
-
this.AddNetFxOnlyOption("domain=","{DOMAIN} isolation for test assemblies.\nValues: None, Single, Multiple. If not specified, defaults to Single for a single assembly or Multiple for more than one.",
352
-
NetFxOnlyOption("domain=", v =>DomainUsage=parser.RequiredValue(v,"--domain","None","Single","Multiple")));
353
-
354
348
// How to Run Tests
355
349
this.AddNetFxOnlyOption("framework=","{FRAMEWORK} type/version to use for tests.\nExamples: mono, net-3.5, v4.0, 2.0, mono-4.0. If not specified, tests will run under the framework they are compiled with.",
356
350
NetFxOnlyOption("framework=", v =>Framework=parser.RequiredValue(v,"--framework")));
Copy file name to clipboardexpand all lines: src/NUnitEngine/nunit.engine.tests/Services/TestRunnerFactoryTests/Results/Net20OneAssemblyOneProjectExpectedRunnerResults.cs
0 commit comments