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