aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe.../Rendering
Doug Bunting 3be6167aa0 Switch concepts from misnamed `isPartial` to `isMainPage`
- `true` has the opposite meaning now but most changes are due to new parameters names in `IViewEngine`
  - use name names in `Microsoft.AspNet.Mvc.ViewFound` and not found events
- remove `IRazorPage.IsPartial` and `RazorView.IsPartial`
  - remove `IsPartial` properties from `Microsoft.AspNet.Mvc.Razor.BeginInstrumentationContext` and end events
- add parameter checks to `RazorView` constructor; instances are not retrieved from DI

nits:
- remove unused `cacheKey` parameter from `RazorViewEngine.CreateCacheResult()`
- correct duplicate test names in `RazorPageTest`
  - also `...OnPageExecutionListenerContext` -> `...OnPageExecutionContext`
2015-11-18 15:59:37 -08:00
..
DefaultTemplatesUtilities.cs Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00
HtmlHelperCheckboxTest.cs React to WebEncoders changes. 2015-10-30 17:59:19 -07:00
HtmlHelperDisplayNameExtensionsTest.cs
HtmlHelperDisplayTextTest.cs
HtmlHelperFormExtensionsTest.cs
HtmlHelperFormTest.cs React to WebEncoders changes. 2015-10-30 17:59:19 -07:00
HtmlHelperHiddenTest.cs
HtmlHelperLabelExtensionsTest.cs
HtmlHelperLinkGenerationTest.cs Revert "Fixing tests" 2015-11-02 09:45:56 -08:00
HtmlHelperNameExtensionsTest.cs
HtmlHelperPartialExtensionsTest.cs Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00
HtmlHelperPasswordTest.cs
HtmlHelperSelectTest.cs React to WebEncoders changes. 2015-10-30 17:59:19 -07:00
HtmlHelperTest.cs Revert "Fixing tests" 2015-11-02 09:45:56 -08:00
HtmlHelperValidationSummaryTest.cs
HtmlHelperValueTest.cs
HtmlStringTest.cs React to WebEncoders changes. 2015-10-30 17:59:19 -07:00
TagBuilderTest.cs React to WebEncoders changes. 2015-10-30 17:59:19 -07:00
TestResources.cs
ViewContextTests.cs Add relative view path support 2015-11-18 15:59:11 -08:00