CommandFactoryTests\GivenAProjectPathCommandResolver.cs (15)
58ProjectDirectory = s_testProjectDirectory
72var testDir = Path.Combine(s_testProjectDirectory, "projectpathtestsubdir");
79ProjectDirectory = s_testProjectDirectory
93CommandResolverTestUtils.CreateNonRunnableTestCommand(s_testProjectDirectory, "projectpathtestcommand1", ".exe");
99ProjectDirectory = s_testProjectDirectory
117CommandResolverTestUtils.CreateNonRunnableTestCommand(s_testProjectDirectory, "projectpathtestcommand1", ".exe");
123ProjectDirectory = s_testProjectDirectory
140var extensionTestDir = Path.Combine(s_testProjectDirectory, "testext" + extension);
167CommandResolverTestUtils.CreateNonRunnableTestCommand(s_testProjectDirectory, "projectpathtestcommand1", ".exe");
173ProjectDirectory = s_testProjectDirectory
190CommandResolverTestUtils.CreateNonRunnableTestCommand(s_testProjectDirectory, "projectpathtestcommand1", ".exe");
191CommandResolverTestUtils.CreateNonRunnableTestCommand(s_testProjectDirectory, "projectpathtestcommand1", ".cmd");
197ProjectDirectory = s_testProjectDirectory
217CommandResolverTestUtils.CreateNonRunnableTestCommand(s_testProjectDirectory, "cmdWrapCommand", ".cmd");
223ProjectDirectory = s_testProjectDirectory