22 references to GetCurrentInteractions
Aspire.Hosting.Tests (22)
InteractionServiceTests.cs (22)
29var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 40Assert.Empty(interactionService.GetCurrentInteractions()); 54var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 65Assert.Empty(interactionService.GetCurrentInteractions()); 83Assert.Collection(interactionService.GetCurrentInteractions(), 103Assert.Collection(interactionService.GetCurrentInteractions(), 111Assert.Equal(id3.Value, Assert.Single(interactionService.GetCurrentInteractions()).InteractionId); 116Assert.Empty(interactionService.GetCurrentInteractions()); 136var interaction1 = Assert.Single(interactionService.GetCurrentInteractions()); 140Assert.Equal(2, interactionService.GetCurrentInteractions().Count); 141var interaction2 = interactionService.GetCurrentInteractions()[1]; 148Assert.Equal(interaction2.InteractionId, Assert.Single(interactionService.GetCurrentInteractions()).InteractionId); 156Assert.Empty(interactionService.GetCurrentInteractions()); 293var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 319var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 342var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 365var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 386var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 409var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 442var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 779var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 962var interaction = Assert.Single(interactionService.GetCurrentInteractions());