Dcp\DcpExecutorTests.cs (10)
115[InlineData(ExecutionType.Process, false, new string[] { "--test1", "--test2" }, new string[] { "--test1", "--test2" })]
116[InlineData(ExecutionType.Process, true, new string[] { "--", "--test1", "--test2", "--withargs-test" }, new string[] { "--", "--test1", "--test2", "--withargs-test" })]
1597Assert.Equal(ExecutionType.Process, nonDebuggableExe.Spec.ExecutionType);
1634Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);
1671Assert.Equal(ExecutionType.Process, debuggableExe.Spec.ExecutionType);
1675Assert.Equal(ExecutionType.Process, nonDebuggableExe.Spec.ExecutionType);
1712Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);
1748Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);
1790Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);
1832Assert.Equal(ExecutionType.Process, exe.Spec.ExecutionType);