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 Adding support for inheriting tag helpers from _ViewStart files 2014-10-16 07:55:37 -07:00
ActivatorTests.cs Issue #985: Adding Functional Tests for ViewComponent Activators. 2014-09-30 10:49:30 -07:00
AntiForgeryTestHelper.cs Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
AntiForgeryTests.cs
ApiExplorerTest.cs [Fixes #885] API Explorer: Link Generation 2014-10-13 15:20:38 -07:00
ApplicationModelTest.cs Issue #1176: Renaming ActionDescriptor, ActionDescriptorProvider, ActionInvoker, ActionInvokerProvider, ActionExecutor, ModelBuilder, Tests. Either dropping "Reflected" or changing it to "Controller" depending on the context. 2014-10-06 20:21:55 -07:00
BasicTests.cs Use DefaultOrder in MvcOptionsSetup 2014-10-15 17:12:52 -07:00
CompositeViewEngineTests.cs
ConnegTests.cs [Fixes #1429] Content negotiation does a case-sensitive matching of media type's parameter values 2014-11-11 10:15:51 -08:00
CustomUrlHelperTests.cs Updating functional tests to restore CallContextServiceLocator.Locator.Service on test finish 2014-10-10 11:54:00 -07:00
DefaultOrderTest.cs Use DefaultOrder in MvcOptionsSetup 2014-10-15 17:12:52 -07:00
DependencyResolverTests.cs
DirectivesTest.cs
FileResultTests.cs [Fixes #429] FileResult 2014-10-02 12:50:24 -07:00
FiltersTest.cs Adding functional tests for Filters. 2014-10-31 08:36:31 -07:00
FlushPointTest.cs
InlineConstraintTests.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
InputFormatterTests.cs added tests for json input formatter 2014-11-12 10:50:55 -08:00
InputObjectValidationTests.cs Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
JsonOutputFormatterTests.cs [Fixes #1216] Provide a property on JsonOutputFormatter to set serializer settings 2014-10-15 09:27:09 -07:00
JsonResultTest.cs Fix #1370 - Always use the provided formatter in JsonResult 2014-10-31 14:30:31 -07:00
LinkGenerationTests.cs [Issue #1133] RedirectToActionResult and UrlHelper should use HostString, PathString, etc. To build Urls. 2014-10-14 16:12:29 -07:00
Microsoft.AspNet.Mvc.FunctionalTests.kproj Regenerate .kproj files 2014-11-04 22:41:53 -08:00
ModelBindingTests.cs Renaming IBinderMarker and friends to some more descriptive names. 2014-10-17 20:32:03 -07:00
MvcSampleTests.cs Updating functional tests to restore CallContextServiceLocator.Locator.Service on test finish 2014-10-10 11:54:00 -07:00
MvcStartupTests.cs React to options and hosting changes 2014-10-14 19:20:28 -07:00
NullLoggerFactory.cs renaming TraceType to LogLevel 2014-11-06 09:24:02 -08:00
OutputFormattterTests.cs Updating ConnegWebSite name in tests 2014-10-06 10:41:36 -07:00
PrecompilationTest.cs Revert "Revert "Added a functional test for view precompilation"" 2014-10-30 14:38:44 -07:00
RazorInstrumentationTests.cs DecorateWriter does not get called for partial views rendered via 2014-10-12 14:24:29 -07:00
ResourceHelpers.cs
RoundTripTests.cs Adding functional tests to verify round tripping of names generated by 2014-10-23 10:12:02 -07:00
RouteDataTest.cs Create a new routedata for each 'router' for MVC 2014-11-12 11:10:21 -08:00
RoutingTests.cs
TagHelpersTest.cs Adding support for inheriting tag helpers from _ViewStart files 2014-10-16 07:55:37 -07:00
TestApplicationEnvironment.cs
TestAssemblyProvider.cs Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames 2014-10-11 13:26:07 -07:00
TestConfigurationProvider.cs
TestHelper.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
ValueProviderTests.cs Issue #220 - Flags enum does not bind 2014-10-22 13:55:28 -07:00
VersioningTests.cs [Fixes #1155] Added functional tests to cover common versioning scenarios. 2014-10-03 19:00:24 -07:00
ViewComponentTests.cs Fix for #1052 - ViewComponents should support fully qualified names 2014-10-29 17:34:01 -07:00
ViewEngineTests.cs Layout property needs to be propogated between nested view starts 2014-10-15 18:54:02 -07:00
WebApiCompatShimActionResultTest.cs Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
WebApiCompatShimActionSelectionTest.cs [Fixes #1332] Port IContentNegotiator to WebAPI shim for CoreCLR support 2014-10-16 17:22:47 -07:00
WebApiCompatShimBasicTest.cs [Fixes #1332] Port IContentNegotiator to WebAPI shim for CoreCLR support 2014-10-16 17:22:47 -07:00
WebApiCompatShimParameterBindingTest.cs Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
XmlOutputFormatterTests.cs
XmlSerializerInputFormatterTests.cs
project.json Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00