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