15 references to DisplayedSuccess
Aspire.Cli.Tests (15)
Commands\AgentInitCommandTests.cs (2)
651Assert.Contains(McpCommandStrings.InitCommand_ConfigurationComplete, interactionService.DisplayedSuccess); 687Assert.Contains(McpCommandStrings.InitCommand_ConfigurationComplete, interactionService.DisplayedSuccess);
Commands\CertificatesCommandTests.cs (1)
117Assert.Empty(interactionService.DisplayedSuccess);
Commands\ResourceCommandTests.cs (1)
428Assert.Equal(successMessage, Assert.Single(interactionService.DisplayedSuccess));
Commands\StopCommandTests.cs (5)
218Assert.Contains(interactionService.DisplayedSuccess, message => message == string.Format(CultureInfo.CurrentCulture, StopCommandStrings.AppHostStoppedSuccessfully, expectedPath)); 344Assert.Empty(interactionService.DisplayedSuccess); 499Assert.Contains(interactionService.DisplayedSuccess, message => message == string.Format(CultureInfo.CurrentCulture, StopCommandStrings.PersistentResourcesCleaned, appHostFile.Name)); 583Assert.Equal(1, interactionService.DisplayedSuccess.Count(message => message == expectedStoppedMessage)); 1316.Concat(interactionService.DisplayedSuccess)
Commands\WaitCommandTests.cs (5)
178Assert.Empty(interactionService.DisplayedSuccess); 220interactionService.DisplayedSuccess); 288Assert.Empty(interactionService.DisplayedSuccess); 356Assert.Empty(interactionService.DisplayedSuccess); 398Assert.Empty(interactionService.DisplayedSuccess);
TestServices\TestInteractionService.cs (1)
265DisplayedSuccess.Add(message);