aspnetcore/test/Microsoft.AspNet.Mvc.Extens.../Rendering
Doug Bunting a170a4e1e4 Add `ModelBindingContext.IsFirstChanceBinding` and `IsTopLevelObject`
- cleanup duplicate code now that #2445 is fixed
- update unit tests using old `ModelBindingContext` setups
- fix (just) one integration test where `MutableObjectModelBinder` incorrectly calculated
  `isTopLevelObject` and returned a non-`null` model
- undo temporary changes in `BodyModelBinderTests` due to increased reliance on incorrect
  `isTopLevelObject` in #2445 fix

nits:
- combine tests that are now duplicates
- beef up coverage of some `MutableObjectModelBinderTest` cases
- remove unused `using`s
2015-06-24 09:17:29 -07:00
..
Expression Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewEngine Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultDisplayTemplatesTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultEditorTemplatesTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultHtmlGeneratorTest.cs Add `ModelBindingContext.IsFirstChanceBinding` and `IsTopLevelObject` 2015-06-24 09:17:29 -07:00
DefaultTemplatesUtilities.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlAttributePropertyHelperTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperCheckboxTest.cs Make `string`-based expression evaluations behave consistently 2015-06-16 21:54:56 -07:00
HtmlHelperDisplayNameExtensionsTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperDisplayTextTest.cs Make `string`-based expression evaluations behave consistently 2015-06-16 21:54:56 -07:00
HtmlHelperFormExtensionsTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperFormTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperHiddenTest.cs Make `string`-based expression evaluations behave consistently 2015-06-16 21:54:56 -07:00
HtmlHelperLabelExtensionsTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperLinkGenerationTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperNameExtensionsTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperPartialExtensionsTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperPasswordTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperSelectTest.cs Make `string`-based expression evaluations behave consistently 2015-06-16 21:54:56 -07:00
HtmlHelperTest.cs Add `Encode()` and `Raw()` overrides to `IHtmlHelper<TModel>` 2015-06-16 18:48:07 -07:00
HtmlHelperValidationSummaryTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperValueTest.cs Make `string`-based expression evaluations behave consistently 2015-06-16 21:54:56 -07:00
StringCollectionTextWriterTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
TagBuilderTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
TemplateRendererTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
TestResources.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewContextTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewDataOfTTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00