17 instantiations of TestStore
Microsoft.AspNetCore.Components.Tests (17)
PersistentState\PersistentServicesRegistryTest.cs (17)
32
var testStore = new
TestStore
(new Dictionary<string, byte[]>());
44
await secondManager.RestoreStateAsync(new
TestStore
(testStore.State));
75
var testStore = new
TestStore
(new Dictionary<string, byte[]>());
84
await persistenceManagerTwo.RestoreStateAsync(new
TestStore
(testStore.State));
109
var testStore = new
TestStore
(new Dictionary<string, byte[]>());
117
await secondManager.RestoreStateAsync(new
TestStore
(testStore.State));
142
var testStore = new
TestStore
(new Dictionary<string, byte[]>());
171
var testStore = new
TestStore
(new Dictionary<string, byte[]>());
184
var exception = await Record.ExceptionAsync(() => persistenceManagerTwo.RestoreStateAsync(new
TestStore
(testStore.State)));
211
var testStore = new
TestStore
(new Dictionary<string, byte[]>());
220
await persistenceManagerTwo.RestoreStateAsync(new
TestStore
(testStore.State));
245
var testStore = new
TestStore
(new Dictionary<string, byte[]>());
254
var exception = await Record.ExceptionAsync(async () => await persistenceManagerTwo.RestoreStateAsync(new
TestStore
(testStore.State)));
325
var testStore = new
TestStore
(new Dictionary<string, byte[]>());
334
await secondManager.RestoreStateAsync(new
TestStore
(testStore.State));
370
var testStore = new
TestStore
(new Dictionary<string, byte[]>());
379
await secondManager.RestoreStateAsync(new
TestStore
(testStore.State));
9 references to TestStore
Microsoft.AspNetCore.Components.Tests (9)
PersistentState\PersistentServicesRegistryTest.cs (9)
32
var
testStore = new TestStore(new Dictionary<string, byte[]>());
75
var
testStore = new TestStore(new Dictionary<string, byte[]>());
109
var
testStore = new TestStore(new Dictionary<string, byte[]>());
142
var
testStore = new TestStore(new Dictionary<string, byte[]>());
171
var
testStore = new TestStore(new Dictionary<string, byte[]>());
211
var
testStore = new TestStore(new Dictionary<string, byte[]>());
245
var
testStore = new TestStore(new Dictionary<string, byte[]>());
325
var
testStore = new TestStore(new Dictionary<string, byte[]>());
370
var
testStore = new TestStore(new Dictionary<string, byte[]>());