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
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
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