19 references to GetCurrentInteractions
Aspire.Hosting.Tests (19)
InteractionServiceTests.cs (19)
25var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 36Assert.Empty(interactionService.GetCurrentInteractions()); 50var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 61Assert.Empty(interactionService.GetCurrentInteractions()); 79Assert.Collection(interactionService.GetCurrentInteractions(), 99Assert.Collection(interactionService.GetCurrentInteractions(), 107Assert.Equal(id3.Value, Assert.Single(interactionService.GetCurrentInteractions()).InteractionId); 112Assert.Empty(interactionService.GetCurrentInteractions()); 132var interaction1 = Assert.Single(interactionService.GetCurrentInteractions()); 136Assert.Equal(2, interactionService.GetCurrentInteractions().Count); 137var interaction2 = interactionService.GetCurrentInteractions()[1]; 144Assert.Equal(interaction2.InteractionId, Assert.Single(interactionService.GetCurrentInteractions()).InteractionId); 152Assert.Empty(interactionService.GetCurrentInteractions()); 192var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 214var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 233var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 253var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 273var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 303var interaction = Assert.Single(interactionService.GetCurrentInteractions());