2 instantiations of TestStore
Microsoft.AspNetCore.Components.Tests (2)
PersistentValueProviderComponentSubscriptionTests.cs (2)
260
await manager.RestoreStateAsync(new
TestStore
(appState), RestoreContext.InitialValue);
281
await renderer.Dispatcher.InvokeAsync(() => manager.RestoreStateAsync(new
TestStore
(newState), RestoreContext.ValueUpdate));