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