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