aspnetcore/test
Doug Bunting c89bca5924 Adjust tests to handle new `ViewDataDictionary` invariants
- ensure `ViewDataDictionary` constructors are not passed a `null` or
  `Mock.Of<IModelMetadataProvider>()` instance
 - `ViewDataDictionary` constructors always use the `IModelMetadataProvider`
- `viewData.ModelMetadata` now never `null`
- `ViewDataDictionary<int>.Model` no longer throws if read before it's written
- `ViewDataDictionary.ModelMetadata` now copied to new instances in fewer cases
 - e.g. don't use unusual `object` datatype with customized `ModelMetadata`
2014-10-29 19:18:59 -07:00
..
Microsoft.AspNet.Mvc.Core.Test Adjust tests to handle new `ViewDataDictionary` invariants 2014-10-29 19:18:59 -07:00
Microsoft.AspNet.Mvc.FunctionalTests Fix for #1052 - ViewComponents should support fully qualified names 2014-10-29 17:34:01 -07:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test
Microsoft.AspNet.Mvc.ModelBinding.Test Modifying ArgumentNullOrEmpty message to be consistent with Mvc 5 \ 2014-10-27 15:07:53 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test Adjust tests to handle new `ViewDataDictionary` invariants 2014-10-29 19:18:59 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test React to case insensitive TagHelperOutput.Attributes. 2014-10-26 13:32:11 -07:00
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.WebApiCompatShimTest
WebSites Fix for #1052 - ViewComponents should support fully qualified names 2014-10-29 17:34:01 -07:00