4 instantiations of TestCliUpdateNotifier
Aspire.Cli.Tests (4)
Commands\RunCommandTests.cs (2)
94var testNotifier = new TestCliUpdateNotifier(); 115var testNotifier = new TestCliUpdateNotifier();
Commands\UpdateCommandTests.cs (2)
263options.CliUpdateNotifierFactory = _ => new TestCliUpdateNotifier() 334options.CliUpdateNotifierFactory = _ => new TestCliUpdateNotifier()
2 references to TestCliUpdateNotifier
Aspire.Cli.Tests (2)
Commands\RunCommandTests.cs (2)
94var testNotifier = new TestCliUpdateNotifier(); 115var testNotifier = new TestCliUpdateNotifier();