6 references to StartedInteractions
Aspire.Hosting.Tests (6)
InteractionServiceTests.cs (5)
1368Assert.Equal(interaction.InteractionId, Assert.Single(fileUploadStore.StartedInteractions)); 1395Assert.Equal(interaction.InteractionId, Assert.Single(fileUploadStore.StartedInteractions)); 1415Assert.Equal(interaction.InteractionId, Assert.Single(fileUploadStore.StartedInteractions)); 1438Assert.Empty(fileUploadStore.StartedInteractions); 1462Assert.Empty(fileUploadStore.StartedInteractions);
tests\Shared\TestInteractionFileUploadStore.cs (1)
25StartedInteractions.Enqueue(interactionId);