13 references to MakeCommandContext
Microsoft.Extensions.SecretManager.Tools.Tests (13)
InitCommandTest.cs (13)
39new InitCommand(null, null).Execute(MakeCommandContext(), projectDir); 41var idResolver = new ProjectIdResolver(MakeCommandContext().Reporter, projectDir); 53new InitCommand(SecretId, null).Execute(MakeCommandContext(), projectDir); 55var idResolver = new ProjectIdResolver(MakeCommandContext().Reporter, projectDir); 67new InitCommand(SecretId, null).Execute(MakeCommandContext(), projectDir); 69var idResolver = new ProjectIdResolver(MakeCommandContext().Reporter, projectDir); 81new InitCommand(null, null).Execute(MakeCommandContext(), projectDir); 83var idResolver = new ProjectIdResolver(MakeCommandContext().Reporter, projectDir); 94new InitCommand(null, null).Execute(MakeCommandContext(), projectDir); 108new InitCommand(null, null).Execute(MakeCommandContext(), projectDir); 124new InitCommand(NewId, null).Execute(MakeCommandContext(), projectDir); 126var idResolver = new ProjectIdResolver(MakeCommandContext().Reporter, projectDir); 140new InitCommand(secretId, null).Execute(MakeCommandContext(), projectDir);