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)
31
var testConsole = new TestConsole(
_output
)
36
var secretStore = new TestSecretsStore(
_output
);
39
command.Execute(new CommandContext(secretStore, new TestReporter(
_output
), testConsole));
58
var testConsole = new TestConsole(
_output
)
63
var secretStore = new TestSecretsStore(
_output
);
66
command.Execute(new CommandContext(secretStore, new TestReporter(
_output
), testConsole));
78
var testConsole = new TestConsole(
_output
)