13 instantiations of TestSubscriptionResource
Aspire.Hosting.Azure.Tests (13)
AzureBicepProvisionerTests.cs (6)
282var subscription = new TestSubscriptionResource([], subscriptionId: "00000000-0000-0000-0000-000000000042"); 317var subscription = new TestSubscriptionResource([]); 354var scopedSubscription = new TestSubscriptionResource([], existingResourceGroup, scopedSubscriptionId); 363subscription: new TestSubscriptionResource([]), 385var subscription = new TestSubscriptionResource([]); 415var subscription = new TestSubscriptionResource([], subscriptionId: "00000000-0000-0000-0000-000000000044");
ProvisioningTestHelpers.cs (7)
54subscription ?? new TestSubscriptionResource(), 288subscription = new TestSubscriptionResource(_deploymentOutputsProvider); 292subscription = new TestSubscriptionResource(_deploymentOutputs!, _resourceGroup, resourceGroupLookupReturnsNotFound: _resourceGroupLookupReturnsNotFound); 311new TestSubscriptionResource() 323new TestSubscriptionResource() 337subscription = new TestSubscriptionResource(_deploymentOutputsProvider, subscriptionId); 341subscription = new TestSubscriptionResource(_deploymentOutputs!, _resourceGroup, subscriptionId);
5 references to TestSubscriptionResource
Aspire.Hosting.Azure.Tests (5)
AzureBicepProvisionerTests.cs (5)
282var subscription = new TestSubscriptionResource([], subscriptionId: "00000000-0000-0000-0000-000000000042"); 317var subscription = new TestSubscriptionResource([]); 354var scopedSubscription = new TestSubscriptionResource([], existingResourceGroup, scopedSubscriptionId); 385var subscription = new TestSubscriptionResource([]); 415var subscription = new TestSubscriptionResource([], subscriptionId: "00000000-0000-0000-0000-000000000044");