11 references to DisplayedRawText
Aspire.Cli.Tests (11)
Commands\DoCommandTests.cs (2)
414var output = Assert.Single(interactionService.DisplayedRawText); 512var output = Assert.Single(interactionService.DisplayedRawText);
Commands\PsCommandTests.cs (2)
520var (json, consoleOverride) = Assert.Single(interactionService.DisplayedRawText); 559Assert.Single(interactionService.DisplayedRawText);
Commands\ResourceCommandTests.cs (1)
469var (rawText, consoleOverride) = Assert.Single(interactionService.DisplayedRawText);
Commands\Sdk\SdkExportCommandTests.cs (4)
85interactionService.DisplayedRawText, 217Assert.Empty(interactionService.DisplayedRawText); 282Assert.Empty(interactionService.DisplayedRawText); 327Assert.Empty(interactionService.DisplayedRawText);
Projects\ProjectLocatorTests.cs (1)
2884var warning = Assert.Single(interactionService.DisplayedRawText);
TestServices\TestInteractionService.cs (1)
343DisplayedRawText.Add((text, consoleOverride));