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