7 references to ResourceManagerStringLocalizerFactoryTest
Microsoft.Extensions.Localization.Tests (7)
ResourceManagerStringLocalizerFactoryTest.cs (7)
79var type = typeof(ResourceManagerStringLocalizerFactoryTest); 102var result1 = factory.Create(typeof(ResourceManagerStringLocalizerFactoryTest)); 103var result2 = factory.Create(typeof(ResourceManagerStringLocalizerFactoryTest)); 120var result1 = factory.Create(typeof(ResourceManagerStringLocalizerFactoryTest)); 200factory.Create(typeof(ResourceManagerStringLocalizerFactoryTest)); 203Assert.Equal("Microsoft.Extensions.Localization.Tests.My.Resources." + nameof(ResourceManagerStringLocalizerFactoryTest), factory.BaseName); 254var location2 = new AssemblyName(typeof(ResourceManagerStringLocalizerFactoryTest).Assembly.FullName).Name;