4 instantiations of TestPersistentRegistration
Microsoft.AspNetCore.Components.Tests (4)
PersistentState\PersistentServicesRegistryTest.cs (4)
240
.AddSingleton<IPersistentServiceRegistration>(new
TestPersistentRegistration
{ Assembly = "FakeAssembly", FullTypeName = "FakeType" })
271
.AddSingleton<IPersistentServiceRegistration>(new
TestPersistentRegistration
{ Assembly = "Assembly1", FullTypeName = "Type1" })
272
.AddSingleton<IPersistentServiceRegistration>(new
TestPersistentRegistration
{ Assembly = "Assembly1", FullTypeName = "Type1" }) // Duplicate
273
.AddSingleton<IPersistentServiceRegistration>(new
TestPersistentRegistration
{ Assembly = "Assembly2", FullTypeName = "Type2" })