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