4 instantiations of TestCliUpdateNotifier
Aspire.Cli.Tests (4)
Commands\RunCommandTests.cs (2)
95
var testNotifier = new
TestCliUpdateNotifier
();
116
var testNotifier = new
TestCliUpdateNotifier
();
Commands\UpdateCommandTests.cs (2)
265
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
()
336
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
()
2 references to TestCliUpdateNotifier
Aspire.Cli.Tests (2)
Commands\RunCommandTests.cs (2)
95
var
testNotifier = new TestCliUpdateNotifier();
116
var
testNotifier = new TestCliUpdateNotifier();