4 references to Progress
Aspire.Hosting.Tests (4)
AtsInteractionExportsTests.cs (1)
31Assert.Equal(InteractionType.Progress, interaction.Type);
ResourceCommandServiceTests.cs (2)
1754Assert.Equal(InteractionType.Progress, interaction.Type); 1807Assert.Equal(InteractionType.Progress, interaction.Type);
tests\Shared\TestInteractionService.cs (1)
85var data = new InteractionData(InteractionType.Progress, options.Title ?? string.Empty, message, new InteractionInputCollection([]), options, cancellationToken, new TaskCompletionSource<object>());