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