1 write to CallCount
Aspire.Hosting.Azure.Tests (1)
FoundryExtensionsTests.cs (1)
983CallCount++;
7 references to CallCount
Aspire.Hosting.Azure.Tests (7)
FoundryExtensionsTests.cs (7)
421Assert.Equal(1, handler.CallCount); 453Assert.Equal(2, handler.CallCount); 482Assert.Equal(2, handler.CallCount); 499Assert.Equal(1, handler.CallCount); 519Assert.Equal(1, handler.CallCount); 546Assert.Equal(2, handler.CallCount); 984return Task.FromResult(callback(CallCount, request));