2 instantiations of TestItem
Aspire.Cli.Tests (2)
Interaction\ConsoleInteractionServiceTests.cs (2)
1494var choices = new[] { new TestItem("id1", "Display One"), new TestItem("id2", "Display Two") };
1 reference to TestItem
Aspire.Cli.Tests (1)
Interaction\ConsoleInteractionServiceTests.cs (1)
1496var result = ConsoleInteractionService.MatchChoice("id1", choices, c => c.Display);