22 references to GetCurrentInteractions
Aspire.Hosting.Tests (22)
InteractionServiceTests.cs (22)
28var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 39Assert.Empty(interactionService.GetCurrentInteractions()); 53var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 64Assert.Empty(interactionService.GetCurrentInteractions()); 82Assert.Collection(interactionService.GetCurrentInteractions(), 102Assert.Collection(interactionService.GetCurrentInteractions(), 110Assert.Equal(id3.Value, Assert.Single(interactionService.GetCurrentInteractions()).InteractionId); 115Assert.Empty(interactionService.GetCurrentInteractions()); 135var interaction1 = Assert.Single(interactionService.GetCurrentInteractions()); 139Assert.Equal(2, interactionService.GetCurrentInteractions().Count); 140var interaction2 = interactionService.GetCurrentInteractions()[1]; 147Assert.Equal(interaction2.InteractionId, Assert.Single(interactionService.GetCurrentInteractions()).InteractionId); 155Assert.Empty(interactionService.GetCurrentInteractions()); 292var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 318var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 341var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 364var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 385var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 408var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 441var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 778var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 961var interaction = Assert.Single(interactionService.GetCurrentInteractions());