aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
Ryan Nowak e9d8c845d6 Create a new routedata for each 'router' for MVC
This is the MVC companion to https://github.com/aspnet/Routing/pull/122

As routing flows, routes replace the route data and mutate a copy. This
allows users to make changes that dirty the data without affecting
undesired state changes.

We also add the 'next' router for diagnostic purposes.
2014-11-12 11:10:21 -08:00
..
compiler/resources
ActivatorTests.cs
AntiForgeryTestHelper.cs
AntiForgeryTests.cs
ApiExplorerTest.cs
ApplicationModelTest.cs
BasicTests.cs
CompositeViewEngineTests.cs
ConnegTests.cs
CustomUrlHelperTests.cs
DefaultOrderTest.cs
DependencyResolverTests.cs
DirectivesTest.cs
FileResultTests.cs
FiltersTest.cs
FlushPointTest.cs
InlineConstraintTests.cs
InputFormatterTests.cs
InputObjectValidationTests.cs
JsonOutputFormatterTests.cs
JsonResultTest.cs
LinkGenerationTests.cs
Microsoft.AspNet.Mvc.FunctionalTests.kproj
ModelBindingTests.cs
MvcSampleTests.cs
MvcStartupTests.cs
NullLoggerFactory.cs
OutputFormattterTests.cs
PrecompilationTest.cs
RazorInstrumentationTests.cs
ResourceHelpers.cs
RoundTripTests.cs
RouteDataTest.cs Create a new routedata for each 'router' for MVC 2014-11-12 11:10:21 -08:00
RoutingTests.cs
TagHelpersTest.cs
TestApplicationEnvironment.cs
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs
ValueProviderTests.cs
VersioningTests.cs
ViewComponentTests.cs
ViewEngineTests.cs
WebApiCompatShimActionResultTest.cs
WebApiCompatShimActionSelectionTest.cs
WebApiCompatShimBasicTest.cs
WebApiCompatShimParameterBindingTest.cs
XmlOutputFormatterTests.cs
XmlSerializerInputFormatterTests.cs
project.json