25 references to CommandResolverTestUtils
dotnet.Tests (25)
CommandFactoryTests\GivenAnAppBaseCommandResolver.cs (12)
48var environment = CommandResolverTestUtils.SetupEnvironmentProviderWhichFindsExtensions(".exe"); 51CommandResolverTestUtils.CreateNonRunnableTestCommand(AppContext.BaseDirectory, "appbasetestcommand1", ".exe"); 71var environment = CommandResolverTestUtils.SetupEnvironmentProviderWhichFindsExtensions(".exe"); 75CommandResolverTestUtils.CreateNonRunnableTestCommand(testDir, "appbasetestsubdircommand", ".exe"); 91var environment = CommandResolverTestUtils.SetupEnvironmentProviderWhichFindsExtensions(".exe"); 94CommandResolverTestUtils.CreateNonRunnableTestCommand(AppContext.BaseDirectory, "appbasetestcommand1", ".exe"); 111var environment = CommandResolverTestUtils.SetupEnvironmentProviderWhichFindsExtensions(".exe"); 114CommandResolverTestUtils.CreateNonRunnableTestCommand(AppContext.BaseDirectory, "appbasetestcommand1", ".exe"); 131var environment = CommandResolverTestUtils.SetupEnvironmentProviderWhichFindsExtensions(".exe"); 136CommandResolverTestUtils.CreateNonRunnableTestCommand(AppContext.BaseDirectory, "appbasetestcommand1", ".exe"); 137CommandResolverTestUtils.CreateNonRunnableTestCommand(AppContext.BaseDirectory, "appbasetestcommand1", ".cmd"); 162CommandResolverTestUtils.CreateNonRunnableTestCommand(AppContext.BaseDirectory, "someWrapCommand", ".cmd");
CommandFactoryTests\GivenAProjectPathCommandResolver.cs (13)
69var environment = CommandResolverTestUtils.SetupEnvironmentProviderWhichFindsExtensions(".exe"); 73CommandResolverTestUtils.CreateNonRunnableTestCommand(testDir, "projectpathtestsubdircommand", ".exe"); 90var environment = CommandResolverTestUtils.SetupEnvironmentProviderWhichFindsExtensions(".exe"); 93CommandResolverTestUtils.CreateNonRunnableTestCommand(s_testProjectDirectory, "projectpathtestcommand1", ".exe"); 114var environment = CommandResolverTestUtils.SetupEnvironmentProviderWhichFindsExtensions(".exe"); 117CommandResolverTestUtils.CreateNonRunnableTestCommand(s_testProjectDirectory, "projectpathtestcommand1", ".exe"); 142CommandResolverTestUtils.CreateNonRunnableTestCommand(extensionTestDir, "projectpathexttest", extension); 164var environment = CommandResolverTestUtils.SetupEnvironmentProviderWhichFindsExtensions(".exe"); 167CommandResolverTestUtils.CreateNonRunnableTestCommand(s_testProjectDirectory, "projectpathtestcommand1", ".exe"); 185var environment = CommandResolverTestUtils.SetupEnvironmentProviderWhichFindsExtensions(".exe"); 190CommandResolverTestUtils.CreateNonRunnableTestCommand(s_testProjectDirectory, "projectpathtestcommand1", ".exe"); 191CommandResolverTestUtils.CreateNonRunnableTestCommand(s_testProjectDirectory, "projectpathtestcommand1", ".cmd"); 217CommandResolverTestUtils.CreateNonRunnableTestCommand(s_testProjectDirectory, "cmdWrapCommand", ".cmd");