4 references to TestReporter
Microsoft.Extensions.SecretManager.Tools.Tests (4)
InitCommandTest.cs (1)
32
private CommandContext MakeCommandContext() => new CommandContext(null, new
TestReporter
(_output), _console);
SetCommandTest.cs (3)
39
command.Execute(new CommandContext(secretStore, new
TestReporter
(_output), testConsole));
66
command.Execute(new CommandContext(secretStore, new
TestReporter
(_output), testConsole));
90
: base("xyz", new
TestReporter
(output))