6 references to TestView
Microsoft.AspNetCore.Mvc.Razor.Test (6)
ApplicationParts\RazorCompiledItemFeatureProviderTest.cs (6)
17var item1 = Mock.Of<RazorCompiledItem>(i => i.Identifier == "Item1" && i.Type == typeof(TestView)); 38var item1 = Mock.Of<RazorCompiledItem>(i => i.Identifier == "Item1" && i.Type == typeof(TestView)); 43new RazorCompiledItemAttribute(typeof(TestView), "mvc.1.0.razor-page", "Item1"), 44new RazorCompiledItemAttribute(typeof(TestView), "mvc.1.0.razor-view", "Item1"), 67var item1 = Mock.Of<RazorCompiledItem>(i => i.Identifier == "Item" && i.Type == typeof(TestView)); 115var item1 = Mock.Of<RazorCompiledItem>(i => i.Identifier == "Item1" && i.Type == typeof(TestView));