1 write to _console
Microsoft.Extensions.SecretManager.Tools.Tests (1)
InitCommandTest.cs (1)
29
_console
= new TestConsole(output);
1 reference to _console
Microsoft.Extensions.SecretManager.Tools.Tests (1)
InitCommandTest.cs (1)
32
private CommandContext MakeCommandContext() => new CommandContext(null, new TestReporter(_output),
_console
);