1 write to WasCreateOrUpdateCalled
Aspire.Hosting.Azure.Tests (1)
ProvisioningTestHelpers.cs (1)
748
WasCreateOrUpdateCalled
= true;
15 references to WasCreateOrUpdateCalled
Aspire.Hosting.Azure.Tests (15)
AzureBicepProvisionerTests.cs (15)
302
Assert.True(subscription.Deployments.
WasCreateOrUpdateCalled
);
303
Assert.False(deploymentResourceGroup.Deployments.
WasCreateOrUpdateCalled
);
304
Assert.False(tenant.Deployments.
WasCreateOrUpdateCalled
);
337
Assert.True(tenant.Deployments.
WasCreateOrUpdateCalled
);
338
Assert.False(subscription.Deployments.
WasCreateOrUpdateCalled
);
339
Assert.False(deploymentResourceGroup.Deployments.
WasCreateOrUpdateCalled
);
372
Assert.True(existingResourceGroup.Deployments.
WasCreateOrUpdateCalled
);
373
Assert.False(scopedSubscription.Deployments.
WasCreateOrUpdateCalled
);
374
Assert.False(deploymentResourceGroup.Deployments.
WasCreateOrUpdateCalled
);
401
Assert.True(resourceGroup.Deployments.
WasCreateOrUpdateCalled
);
402
Assert.False(subscription.Deployments.
WasCreateOrUpdateCalled
);
403
Assert.False(tenant.Deployments.
WasCreateOrUpdateCalled
);
435
Assert.True(subscription.Deployments.
WasCreateOrUpdateCalled
);
436
Assert.False(deploymentResourceGroup.Deployments.
WasCreateOrUpdateCalled
);
437
Assert.False(tenant.Deployments.
WasCreateOrUpdateCalled
);