1 write to SupportedLocationsCallCount
Aspire.Hosting.Azure.Tests (1)
ProvisioningTestHelpers.cs (1)
372
SupportedLocationsCallCount
++;
4 references to SupportedLocationsCallCount
Aspire.Hosting.Azure.Tests (4)
AzureBicepProvisionerTests.cs (4)
486
Assert.Equal(0, armClient.
SupportedLocationsCallCount
);
530
Assert.Equal(1, armClient.
SupportedLocationsCallCount
);
609
Assert.Equal(1, armClient.
SupportedLocationsCallCount
);
675
Assert.Equal(2, armClient.
SupportedLocationsCallCount
);