22 references to GetCurrentInteractions
Aspire.Hosting.Tests (22)
InteractionServiceTests.cs (22)
28
var interaction = Assert.Single(interactionService.
GetCurrentInteractions
());
39
Assert.Empty(interactionService.
GetCurrentInteractions
());
53
var interaction = Assert.Single(interactionService.
GetCurrentInteractions
());
64
Assert.Empty(interactionService.
GetCurrentInteractions
());
82
Assert.Collection(interactionService.
GetCurrentInteractions
(),
102
Assert.Collection(interactionService.
GetCurrentInteractions
(),
110
Assert.Equal(id3.Value, Assert.Single(interactionService.
GetCurrentInteractions
()).InteractionId);
115
Assert.Empty(interactionService.
GetCurrentInteractions
());
135
var interaction1 = Assert.Single(interactionService.
GetCurrentInteractions
());
139
Assert.Equal(2, interactionService.
GetCurrentInteractions
().Count);
140
var interaction2 = interactionService.
GetCurrentInteractions
()[1];
147
Assert.Equal(interaction2.InteractionId, Assert.Single(interactionService.
GetCurrentInteractions
()).InteractionId);
155
Assert.Empty(interactionService.
GetCurrentInteractions
());
292
var interaction = Assert.Single(interactionService.
GetCurrentInteractions
());
318
var interaction = Assert.Single(interactionService.
GetCurrentInteractions
());
341
var interaction = Assert.Single(interactionService.
GetCurrentInteractions
());
364
var interaction = Assert.Single(interactionService.
GetCurrentInteractions
());
385
var interaction = Assert.Single(interactionService.
GetCurrentInteractions
());
408
var interaction = Assert.Single(interactionService.
GetCurrentInteractions
());
441
var interaction = Assert.Single(interactionService.
GetCurrentInteractions
());
778
var interaction = Assert.Single(interactionService.
GetCurrentInteractions
());
961
var interaction = Assert.Single(interactionService.
GetCurrentInteractions
());