1 implementation of ITestOutputCacheStore
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
335
internal class SimpleTestOutputCache :
ITestOutputCacheStore
27 references to ITestOutputCacheStore
Microsoft.AspNetCore.OutputCaching.Tests (27)
OutputCacheEntryFormatterTests.cs (6)
13
public override
ITestOutputCacheStore
GetStore() => new SimpleTestOutputCache();
18
public override
ITestOutputCacheStore
GetStore() => new BufferTestOutputCache();
23
public abstract
ITestOutputCacheStore
GetStore();
31
var
store = GetStore();
48
var
store = GetStore();
65
var
store = GetStore();
OutputCacheMiddlewareTests.cs (21)
20
public override
ITestOutputCacheStore
GetStore() => new SimpleTestOutputCache();
25
public override
ITestOutputCacheStore
GetStore() => new BufferTestOutputCache();
30
public abstract
ITestOutputCacheStore
GetStore();
35
var
cache = GetStore();
55
var
cache = GetStore();
71
var
cache = GetStore();
99
var
cache = GetStore();
129
var
cache = GetStore();
158
var
cache = GetStore();
498
var
cache = GetStore();
528
var
cache = GetStore();
562
var
cache = GetStore();
613
var
cache = GetStore();
701
var
cache = GetStore();
729
var
cache = GetStore();
758
var
cache = GetStore();
789
var
cache = GetStore();
814
var
cache = GetStore();
835
var
cache = GetStore();
1061
var
cache = GetStore();
1116
var
cache = GetStore();