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