4 instantiations of TestInteractionService
Aspire.Hosting.Azure.Tests (4)
DefaultProvisioningContextProviderTests.cs (4)
22
private readonly TestInteractionService _defaultInteractionService =
new
() { IsAvailable = false };
101
new
TestInteractionService
() { IsAvailable = false },
243
var testInteractionService = new
TestInteractionService
();
317
var testInteractionService = new
TestInteractionService
();
3 references to TestInteractionService
Aspire.Hosting.Azure.Tests (3)
DefaultProvisioningContextProviderTests.cs (3)
22
private readonly
TestInteractionService
_defaultInteractionService = new() { IsAvailable = false };
243
var
testInteractionService = new TestInteractionService();
317
var
testInteractionService = new TestInteractionService();