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