1 write to PromptProgressCalled
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionService.cs (1)
78
PromptProgressCalled
= true;
3 references to PromptProgressCalled
Aspire.Hosting.Tests (3)
ResourceCommandServiceTests.cs (3)
1764
Assert.True(testInteractionService.
PromptProgressCalled
);
1850
Assert.False(testInteractionService.
PromptProgressCalled
);
1880
Assert.True(testInteractionService.
PromptProgressCalled
);