1 write to NotifyWasCalled
Aspire.Cli.Tests (1)
TestServices\TestCliUpdateNotifier.cs (1)
21
NotifyWasCalled
= true;
2 references to NotifyWasCalled
Aspire.Cli.Tests (2)
Commands\RunCommandTests.cs (2)
108
Assert.False(testNotifier.
NotifyWasCalled
, "Update notification should not be shown when --detach is used");
129
Assert.True(testNotifier.
NotifyWasCalled
, "Update notification should be shown when --detach is not used");