14 instantiations of TestStore
Microsoft.AspNetCore.Components.Tests (14)
PersistentState\ComponentStatePersistenceManagerTest.cs (14)
24.AddScoped(sp => new TestStore([])) 48var store = new TestStore(state); 70var store = new TestStore(state); 113.AddScoped(sp => new TestStore([])) 121var testStore = new TestStore([]); 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); 399yield return new TestStore(State); 400yield return new TestStore(State);
14 references to TestStore
Microsoft.AspNetCore.Components.Tests (14)
PersistentState\ComponentStatePersistenceManagerTest.cs (14)
25.AddPersistentService<TestStore>(Mock.Of<IComponentRenderMode>()) 48var store = new TestStore(state); 70var store = new TestStore(state); 114.AddPersistentService<TestStore>(new TestRenderMode()) 121var testStore = new TestStore([]); 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);