Dcp\DcpExecutorTests.cs (14)
116[InlineData(ExecutionType.Process, false, new string[] { "--test1", "--test2" }, new string[] { "--test1", "--test2" })]
117[InlineData(ExecutionType.Process, true, new string[] { "--", "--test1", "--test2", "--withargs-test" }, new string[] { "--", "--test1", "--test2", "--withargs-test" })]
1735Assert.Equal(ExecutionType.Process, nonDebuggableExe.Spec.ExecutionType);
1772Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);
1809Assert.Equal(ExecutionType.Process, debuggableExe.Spec.ExecutionType);
1813Assert.Equal(ExecutionType.Process, nonDebuggableExe.Spec.ExecutionType);
1850Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);
1886Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);
1928Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);
1970Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);
2209Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);
2386Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);
2490Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);
2538Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);