13 references to GetCurrentInteractions
Aspire.Hosting.Tests (13)
InteractionServiceTests.cs (13)
26var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 37Assert.Empty(interactionService.GetCurrentInteractions()); 51var interaction = Assert.Single(interactionService.GetCurrentInteractions()); 62Assert.Empty(interactionService.GetCurrentInteractions()); 80Assert.Collection(interactionService.GetCurrentInteractions(), 100Assert.Collection(interactionService.GetCurrentInteractions(), 108Assert.Equal(id3.Value, Assert.Single(interactionService.GetCurrentInteractions()).InteractionId); 113Assert.Empty(interactionService.GetCurrentInteractions()); 133var interaction1 = Assert.Single(interactionService.GetCurrentInteractions()); 137Assert.Equal(2, interactionService.GetCurrentInteractions().Count); 138var interaction2 = interactionService.GetCurrentInteractions()[1]; 145Assert.Equal(interaction2.InteractionId, Assert.Single(interactionService.GetCurrentInteractions()).InteractionId); 153Assert.Empty(interactionService.GetCurrentInteractions());