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");