7 instantiations of TestStore
Microsoft.AspNetCore.Components.Tests (7)
PersistentStateValueProviderKeyResolverTests.cs (7)
53var store = new TestStore(state); 108var store = new TestStore(state); 113await persistenceManager.RestoreStateAsync(new TestStore([]), RestoreContext.InitialValue); 161var store = new TestStore(state); 211var store = new TestStore(state); 249var store = new TestStore(state); 288var store = new TestStore(state);
6 references to TestStore
Microsoft.AspNetCore.Components.Tests (6)
PersistentStateValueProviderKeyResolverTests.cs (6)
53var store = new TestStore(state); 108var store = new TestStore(state); 161var store = new TestStore(state); 211var store = new TestStore(state); 249var store = new TestStore(state); 288var store = new TestStore(state);