44 instantiations of TestCliUpdateNotifier
Aspire.Cli.Tests (44)
Commands\BaseCommandTests.cs (4)
80
var testNotifier = new
TestCliUpdateNotifier
();
102
var testNotifier = new
TestCliUpdateNotifier
128
var testNotifier = new
TestCliUpdateNotifier
204
var testNotifier = new
TestCliUpdateNotifier
Commands\DoctorCommandTests.cs (26)
44
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
68
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
95
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
135
options.CliUpdateNotifierFactory = sp => new
TestCliUpdateNotifier
172
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
209
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
249
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
276
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
306
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
330
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
356
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
385
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
419
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
448
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
472
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
508
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
542
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
567
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
591
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
632
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
697
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
762
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
829
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
877
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
910
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
947
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
();
Commands\RunCommandTests.cs (3)
1065
var testNotifier = new
TestCliUpdateNotifier
();
1117
var testNotifier = new
TestCliUpdateNotifier
1210
var testNotifier = new
TestCliUpdateNotifier
();
Commands\UpdateCommandTests.cs (6)
350
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
()
596
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
()
675
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
()
752
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
()
919
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
()
1316
options.CliUpdateNotifierFactory = _ => new
TestCliUpdateNotifier
NuGet\NuGetPackagePrefetcherTests.cs (5)
140
var updateNotifier = new
TestCliUpdateNotifier
209
new
TestCliUpdateNotifier
(),
365
var updateNotifier = new
TestCliUpdateNotifier
428
var updateNotifier = new
TestCliUpdateNotifier
501
var updateNotifier = new
TestCliUpdateNotifier
11 references to TestCliUpdateNotifier
Aspire.Cli.Tests (11)
Commands\BaseCommandTests.cs (4)
80
var
testNotifier = new TestCliUpdateNotifier();
102
var
testNotifier = new TestCliUpdateNotifier
128
var
testNotifier = new TestCliUpdateNotifier
204
var
testNotifier = new TestCliUpdateNotifier
Commands\RunCommandTests.cs (3)
1065
var
testNotifier = new TestCliUpdateNotifier();
1117
var
testNotifier = new TestCliUpdateNotifier
1210
var
testNotifier = new TestCliUpdateNotifier();
NuGet\NuGetPackagePrefetcherTests.cs (4)
140
var
updateNotifier = new TestCliUpdateNotifier
365
var
updateNotifier = new TestCliUpdateNotifier
428
var
updateNotifier = new TestCliUpdateNotifier
501
var
updateNotifier = new TestCliUpdateNotifier