aspnetcore/test
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
..
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test
Microsoft.AspNet.Mvc.Core.Test Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
Microsoft.AspNet.Mvc.Cors.Test Reacting to DependencyInjection changes 2015-11-13 10:47:34 -08:00
Microsoft.AspNet.Mvc.DataAnnotations.Test
Microsoft.AspNet.Mvc.Formatters.Json.Test Pool JsonSerializer for Output formatting 2015-11-16 10:43:02 -08:00
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00
Microsoft.AspNet.Mvc.IntegrationTests Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
Microsoft.AspNet.Mvc.Localization.Test
Microsoft.AspNet.Mvc.Razor.Host.Test React to change in Razor 2015-11-18 09:53:24 -08:00
Microsoft.AspNet.Mvc.Razor.Test Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test Reacting to DependencyInjection changes 2015-11-13 10:47:34 -08:00
Microsoft.AspNet.Mvc.TestCommon
Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00
Microsoft.AspNet.Mvc.ViewFeatures.Test Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Updating Microsoft.AspNet.Mvc.WebApiCompatShimTest to use Microsoft.Extensions.DependencyInjection 2015-11-13 13:40:31 -08:00
WebSites Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00