3 instantiations of TestStore
Microsoft.AspNetCore.Components.Tests (3)
PersistentState\ComponentStatePersistenceManagerTest.cs (3)
24.AddScoped(sp => new TestStore([])) 113.AddScoped(sp => new TestStore([])) 121var testStore = new TestStore([]);
13 references to TestStore
Microsoft.AspNetCore.Components.Tests (13)
PersistentState\ComponentStatePersistenceManagerTest.cs (13)
25.AddPersistentService<TestStore>(Mock.Of<IComponentRenderMode>()) 48var store = new TestStore(state); 70var store = new TestStore(state); 114.AddPersistentService<TestStore>(new TestRenderMode()) 130Assert.Equal(typeof(TestStore).Assembly.GetName().Name, registration.Assembly); 131Assert.Equal(typeof(TestStore).FullName, registration.FullTypeName); 139var store = new TestStore(state); 166var store = new TestStore(state); 188var store = new TestStore(state); 218var store = new TestStore(state); 254var store = new TestStore(state); 282var store = new TestStore(state); 310var store = new TestStore(state);