aspnetcore/src/Mvc/test/Mvc.FunctionalTests
Javier Calvarro Nelson a17842a2e4 [Mvc] Add support for order in dynamic controller routes (#25073)
* Order defaults to 1 same as conventional routes
* An incremental order is applied to dynamic routes as they are defined.
2020-09-12 10:03:32 -07:00
..
Infrastructure aspnet/AspNetCore -> dotnet/aspnet 2020-01-08 16:40:11 -08:00
compiler/resources
AntiforgeryAuthTests.cs
AntiforgeryTestHelper.cs
AntiforgeryTests.cs
ApiBehaviorTest.cs [master] Update dependencies from dotnet/runtime (#23563) 2020-07-01 15:57:26 +00:00
ApiExplorerTest.cs
ApplicationModelTest.cs
AsyncActionsTests.cs
AsyncEnumerableTestBase.cs
AuthMiddlewareAndFilterTest.cs
AuthMiddlewareAndFilterTestBase.cs
AuthMiddlewareAndFilterWithoutEndpointRoutingTest.cs
AuthMiddlewareUsingRequireAuthTest.cs Transfer endpoint metadata from PageActionDescriptor to CompiledPageActionDescriptor (#19061) 2020-02-14 10:53:46 -08:00
BasicTests.cs Configure the page handler / controller instance as the container when validating top-level properties (#22164) 2020-06-03 00:48:56 +00:00
ClientValidationOptionsTests.cs
CompilationOptionsTests.cs
ComponentRenderingFunctionalTests.cs
ConsumesAttributeEndpointRoutingTests.cs
ConsumesAttributeTests.cs
ConsumesAttributeTestsBase.cs
ContentNegotiationTest.cs
ControllerFromServicesTests.cs
CorsEndpointRoutingTests.cs
CorsTests.cs
CorsTestsBase.cs
DataAnnotationTests.cs
DefaultValuesTest.cs
DirectivesTest.cs
DoNotRespectBrowserAcceptHeaderTests.cs
ErrorPageTests.cs Migration fixup for Logging.Testing 2020-03-04 22:10:12 -08:00
ExceptionInfo.cs
FileResultTests.cs
FiltersTest.cs
FlushPointTest.cs
FormFileUploadTest.cs
GlobalAuthorizationFilterEndpointRoutingTest.cs
GlobalAuthorizationFilterTestBase.cs
GlobalAuthorizationFilterUseMvcTest.cs
HtmlGenerationTest.cs Add support for binding record types (#23976) 2020-07-24 08:45:06 -07:00
HtmlGenerationWithCultureTest.cs Migration fixup for Logging.Testing 2020-03-04 22:10:12 -08:00
HtmlHelperOptionsTest.cs
InputFormatterTests.cs Add support for optional FromBody parameters (#22634) 2020-06-22 19:11:55 +00:00
InputObjectValidationTests.cs
InputParentValidationTests.cs
InputValidationTests.cs
JsonInputFormatterTestBase.cs Add support for binding record types (#23976) 2020-07-24 08:45:06 -07:00
JsonOutputFormatterTestBase.cs Revert "Undo use of pipewriter in FileBufferingWriteStream (#21833)" (#23391) 2020-06-30 06:22:33 -07:00
JsonPatchInputFormatterTest.cs
JsonResultWithNewtonsoftJsonTest.cs
JsonResultWithSystemTextJsonTest.cs
LinkGenerationTests.cs
LinkGeneratorTest.cs
LinkParserTest.cs
Microsoft.AspNetCore.Mvc.FunctionalTests.csproj Feedback 2020-03-06 12:42:42 -08:00
MvcSandboxTest.cs
NewtonsoftJsonInputFormatterTest.cs
NewtonsoftJsonOutputFormatterTest.cs
NonNullableReferenceTypesTest.cs
OutputFormatterTest.cs
RazorBuildTest.cs
RazorPageModelTest.cs
RazorPagesNamespaceTest.cs
RazorPagesTest.cs
RazorPagesViewSearchTest.cs
RazorPagesWithBasePathTest.cs Configure the page handler / controller instance as the container when validating top-level properties (#22164) 2020-06-03 00:48:56 +00:00
RazorPagesWithEndpointRoutingTest.cs
RazorViewLocationSpecificationTest.cs
ReadFromDisconnectedClientTest.cs Guard against client disconnect exceptions that appear when reading body (#25146) 2020-08-25 09:29:50 -07:00
RemoteAttributeValidationTest.cs
RequestFormLimitsTest.cs Guard against client disconnect exceptions that appear when reading body (#25146) 2020-08-25 09:29:50 -07:00
RequestServicesEndpointRoutingTest.cs
RequestServicesTest.cs
RequestServicesTestBase.cs
RequestSizeLimitTest.cs
RespectBrowserAcceptHeaderTests.cs
RoutingDynamicOrderTest.cs [Mvc] Add support for order in dynamic controller routes (#25073) 2020-09-12 10:03:32 -07:00
RoutingDynamicTest.cs [Mvc] Improved route value transformer (#21481) 2020-07-22 15:44:51 -07:00
RoutingEndpointRoutingTest.cs
RoutingEndpointRoutingWithoutRazorPagesTests.cs
RoutingFallbackTest.cs
RoutingTests.cs
RoutingTestsBase.cs
RoutingWithoutRazorPagesTests.cs
RoutingWithoutRazorPagesTestsBase.cs
SerializableErrorTests.cs
SimpleTests.cs
StreamOutputFormatterTest.cs
SystemTextJsonInputFormatterTest.cs Record type follow ups: (#25218) 2020-08-28 09:42:11 -07:00
SystemTextJsonOutputFormatterTest.cs
TagHelperComponentTagHelperTest.cs
TagHelpersFromServicesTest.cs
TagHelpersTest.cs aspnet/AspNetCore -> dotnet/aspnet 2020-01-08 16:40:11 -08:00
TempDataInCookiesTest.cs Update links from aspnet/AspNetCore-Internal -> dotnet/aspnetcore-internal (#18540) 2020-01-23 12:21:06 -08:00
TempDataInCookiesUsingCookieConsentTest.cs Rename Flaky attribute (#19469) 2020-03-04 08:10:18 -08:00
TempDataInSessionTest.cs
TempDataPropertyTest.cs
TempDataTestBase.cs
TestJsonSerializationOptionsProvider.cs
TestingInfrastructureInheritanceTests.cs
TestingInfrastructureTests.cs
UrlResolutionTest.cs
VersioningEndpointRoutingTests.cs
VersioningTests.cs
VersioningTestsBase.cs
ViewComponentFromServicesTests.cs
ViewEngineTests.cs
XmlDataContractSerializerFormattersWrappingTest.cs
XmlDataContractSerializerInputFormatterTest.cs
XmlOutputFormatterTests.cs
XmlSerializerFormattersWrappingTest.cs
XmlSerializerInputFormatterTests.cs
xunit.runner.json