1 write to _output
Microsoft.Extensions.SecretManager.Tools.Tests (1)
SetCommandTest.cs (1)
19_output = output;
7 references to _output
Microsoft.Extensions.SecretManager.Tools.Tests (7)
SetCommandTest.cs (7)
31var testConsole = new TestConsole(_output) 36var secretStore = new TestSecretsStore(_output); 39command.Execute(new CommandContext(secretStore, new TestReporter(_output), testConsole)); 58var testConsole = new TestConsole(_output) 63var secretStore = new TestSecretsStore(_output); 66command.Execute(new CommandContext(secretStore, new TestReporter(_output), testConsole)); 78var testConsole = new TestConsole(_output)