6 references to AssertContainsSingle
Microsoft.AspNetCore.Mvc.Localization.Test (6)
MvcLocalizationServiceCollectionExtensionsTest.cs (6)
26AssertContainsSingle(collection, typeof(IHtmlLocalizerFactory), typeof(HtmlLocalizerFactory));
27AssertContainsSingle(collection, typeof(IHtmlLocalizer<>), typeof(HtmlLocalizer<>));
28AssertContainsSingle(collection, typeof(IViewLocalizer), typeof(ViewLocalizer));
46AssertContainsSingle(collection, typeof(IHtmlLocalizerFactory), typeof(TestHtmlLocalizerFactory));
47AssertContainsSingle(collection, typeof(IHtmlLocalizer<>), typeof(TestHtmlLocalizer<>));
48AssertContainsSingle(collection, typeof(IViewLocalizer), typeof(TestViewLocalizer));