3 references to TestViewDataDictionary
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
ViewDataDictionaryTest.cs (3)
75var viewData = new TestViewDataDictionary(metadataProvider.Object, typeof(TestModel)); 138var viewData = new TestViewDataDictionary(new EmptyModelMetadataProvider(), typeof(TestModel)); 399var viewData = new TestViewDataDictionary(new EmptyModelMetadataProvider(), typeof(int));