6 references to TestPersistentService
Microsoft.AspNetCore.Components.Tests (6)
PersistentState\ComponentStatePersistenceManagerTest.cs (6)
409var service = serviceProvider.GetRequiredService<TestPersistentService>(); 423var restoredService = newServiceProvider.GetRequiredService<TestPersistentService>(); 429.AddScoped<TestPersistentService>() 430.AddPersistentService<TestPersistentService>(renderMode)