1 implementation of SetCount
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
330public int SetCount { get; private set; }
8 references to SetCount
Microsoft.AspNetCore.OutputCaching.Tests (8)
OutputCacheMiddlewareTests.cs (8)
529Assert.Equal(0, cache.SetCount); 622Assert.Equal(1, cache.SetCount); 651Assert.Equal(0, cache.SetCount); 684Assert.Equal(1, cache.SetCount); 709Assert.Equal(1, cache.SetCount); 730Assert.Equal(0, cache.SetCount); 751Assert.Equal(0, cache.SetCount); 985Assert.Equal(1, cache.SetCount);