aspnetcore/test/Microsoft.AspNetCore.Mvc.Fu...
Ryan Nowak 2e2784aa3d [Design] Split up MvcRouteHandler
This change splits up the conventional routing path from the attribute
routing path *inside* routing, instead of inside `MvcRouteHandler`. Each
attribute route group now gets its own instance of
`MvcAttributeRouteHandler` which just knows about the actions it can
reach.

This removes the concept of a route-group-token and removes the lookup
table entirely for attribute routing. This also means that the
`DefaultHandler` on `IRouteBuilder` will not be used for attribute routes,
which we are OK with for 1.0.0.

The action selector's functionality is now split into two methods. We
think this is OK for 1.0.0 because any customization of `IActionSelector`
up to now had to implement virtually the same policy as ours in order to
work with attribute routing. It should now be possible to customize the
selector in a meaningful way without interfering with attribute routing.
2016-06-07 08:12:47 -07:00
..
compiler/resources React to aspnet/Razor#705 2016-05-27 12:00:01 -07:00
AntiforgeryTestHelper.cs
AntiforgeryTests.cs
ApiExplorerTest.cs
ApplicationModelTest.cs
BasicTests.cs Merge branch 'release' into dev 2016-05-03 12:29:33 -07:00
CompilationOptionsTests.cs Migrate tests, tools and samples to portable 2016-04-18 17:20:15 -07:00
ConsumesAttributeTests.cs
ContentNegotiationTest.cs
ControllerFromServicesTests.cs
CorsTests.cs
DefaultOrderTest.cs
DefaultValuesTest.cs
DirectivesTest.cs
ErrorPageTests.cs Migrate tests, tools and samples to portable 2016-04-18 17:20:15 -07:00
FileResultTests.cs
FiltersTest.cs Added ValueProviderFactories to ResourceFilterExecutingContext 2016-05-20 04:15:07 -07:00
FlushPointTest.cs
FormFileUploadTest.cs
HtmlGenerationTest.cs Fixing functional test random failure (#4452) 2016-04-12 10:44:26 -07:00
HtmlHelperOptionsTest.cs
InputFormatterTests.cs
InputObjectValidationTests.cs
JsonOutputFormatterTests.cs
JsonResultTest.cs
LinkGenerationTests.cs
Microsoft.AspNetCore.Mvc.FunctionalTests.xproj
MvcEncodedTestFixtureOfT.cs
MvcSampleFixture.cs Allow functional tests with content to run from VS 2016-05-19 09:04:15 -07:00
MvcSandboxTest.cs Move samples to Entropy 2016-05-02 10:06:17 -07:00
MvcTestFixture.cs Fix resource generation to work with dotnet test 2016-05-23 15:55:14 -07:00
OutputFormatterTest.cs
RazorPageExecutionInstrumentationTest.cs
RazorViewLocationSpecificationTest.cs
RemoteAttributeValidationTest.cs Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
RequestServicesTest.cs
RespectBrowserAcceptHeaderTests.cs
RouteDataTest.cs [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00
RoutingTests.cs
SerializableErrorTests.cs
SimpleTests.cs
StreamOutputFormatterTest.cs
TagHelpersFromServicesTest.cs
TagHelpersTest.cs Fix FormTagHelper to set flag indicating generation of AntiforgeryToken 2016-05-20 04:29:01 -07:00
TempDataTest.cs
UrlResolutionTest.cs
VersioningTests.cs
ViewComponentFromServicesTests.cs
ViewEngineTests.cs
WebApiCompatShimActionResultTest.cs
WebApiCompatShimActionSelectionTest.cs
WebApiCompatShimBasicTest.cs Migrate tests, tools and samples to portable 2016-04-18 17:20:15 -07:00
WebApiCompatShimParameterBindingTest.cs
XmlDataContractSerializerFormattersWrappingTest.cs
XmlDataContractSerializerInputFormatterTest.cs
XmlOutputFormatterTests.cs
XmlSerializerFormattersWrappingTest.cs
XmlSerializerInputFormatterTests.cs
project.json Remove DNX references from Microsoft.AspNetCore.Mvc.FunctionalTests 2016-05-19 12:09:19 -07:00