4 references to TestClass
Microsoft.AspNetCore.Mvc.Localization.Test (4)
HtmlLocalizerOfTTest.cs (4)
20htmlLocalizerFactory.Setup(h => h.Create(typeof(TestClass))) 23var htmlLocalizerOfT = new HtmlLocalizer<TestClass>(htmlLocalizerFactory.Object); 42htmlLocalizerFactory.Setup(h => h.Create(typeof(TestClass))) 45var htmlLocalizerOfT = new HtmlLocalizer<TestClass>(htmlLocalizerFactory.Object);