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