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