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