1 write to NotifyWasCalled
Aspire.Cli.Tests (1)
TestServices\TestCliUpdateNotifier.cs (1)
39NotifyWasCalled = true;
4 references to NotifyWasCalled
Aspire.Cli.Tests (4)
Commands\BaseCommandTests.cs (2)
93Assert.True(testNotifier.NotifyWasCalled); 221Assert.Equal(expectNotifyCalled, testNotifier.NotifyWasCalled);
Commands\RunCommandTests.cs (2)
1079Assert.False(testNotifier.NotifyWasCalled, "Update notification should not be shown when --detach is used"); 1224Assert.True(testNotifier.NotifyWasCalled, "Update notification should be shown when --detach is not used");