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