aspnetcore/test/Microsoft.AspNetCore.Mvc.Co...
Ben Adams 2414db256f Zero cost(ish) diagnositcs when disabled
Inlinable fast-path check if Diagnositcs is enabled
2018-11-18 15:47:55 -08:00
..
ActionConstraints Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
ApiExplorer Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ApplicationModels Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
ApplicationParts Ignore created URI if Assembly.CodeBase contains a fragment (#8556) 2018-10-08 10:41:04 -07:00
Authorization React to AuthorizationMiddleware (#8697) 2018-11-09 07:11:55 +13:00
Builder Zero cost(ish) diagnositcs when disabled 2018-11-18 15:47:55 -08:00
Controllers Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
DependencyInjection Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
Filters Zero cost(ish) diagnositcs when disabled 2018-11-18 15:47:55 -08:00
Formatters Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
Infrastructure Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
ModelBinding Ignore empty keys in QueryStringValueProvider 2018-11-18 09:09:01 -08:00
Properties
Routing Fix routing tests (#8718) 2018-11-13 11:01:36 +13:00
AcceptedAtActionResultTests.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
AcceptedAtRouteResultTests.cs Refactor content negotiation code into a service (#6998) 2017-10-31 16:32:37 -07:00
AcceptedResultTests.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
ActionResultOfTTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ApiConventionMethodAttributeTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ApiConventionTypeAttributeTest.cs Add support for default response (#8028) 2018-07-06 16:44:07 -07:00
BadRequestObjectResultTests.cs Added Conflict result helper to ControllerBase 2017-10-02 15:05:57 -07:00
BadRequestResultTests.cs
BindAttributeTest.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
ChallengeResultTest.cs React to Auth + switch to Policy Evaluator 2017-05-25 18:23:41 -07:00
ConflictObjectResultTest.cs Added Conflict result helper to ControllerBase 2017-10-02 15:05:57 -07:00
ConflictResultTest.cs Added Conflict result helper to ControllerBase 2017-10-02 15:05:57 -07:00
ConsumesAttributeTests.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
ContentResultTest.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
ControllerBaseTest.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
CreatedAtActionResultTests.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
CreatedAtRouteResultTests.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
CreatedResultTests.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
EmptyResultTests.cs
FileContentResultTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
FileResultTest.cs Unskip skipped tests 2018-05-29 12:10:59 -07:00
FileStreamResultTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
FlushReportingStream.cs
ForbidResultTest.cs Remove TaskCache and TaskCacheOfT 2017-06-08 08:19:20 -07:00
HttpNotFoundObjectResultTest.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
HttpNotFoundResultTests.cs
HttpOkObjectResultTest.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
HttpOkResultTest.cs Using NullLogger types from Logging.Abstractions 2017-03-14 12:24:18 -07:00
HttpStatusCodeResultTests.cs Add IStatusCodeActionResult (#8265) 2018-08-13 15:39:20 -07:00
HttpUnauthorizedResultTests.cs
LocalRedirectResultTest.cs Integrate Dispatcher's link generator 2018-06-19 04:14:05 -07:00
MediaTypeCollectionTest.cs Reduce allocations during HTML generation 2016-10-03 12:17:47 -07:00
Microsoft.AspNetCore.Mvc.Core.Test.csproj Update projects and packages to target netcoreapp3.0 (aspnet/Mvc#8734) 2018-11-16 16:28:35 -08:00
MvcCoreLoggerExtensionsTest.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
MvcOptionsTest.cs
ObjectResultTests.cs Set ProblemDetails status field during ObjectResult formatting 2018-07-19 17:57:55 -07:00
PhysicalFileResultTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
ProducesAttributeTests.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
RedirectResultTest.cs Integrate Dispatcher's link generator 2018-06-19 04:14:05 -07:00
RedirectToActionResultTest.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
RedirectToPageResultTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
RedirectToRouteResultTest.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
RequestFormLimitsAttributeTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
RequireHttpsAttributeTests.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ResponseCacheAttributeTest.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
SerializableErrorTests.cs Upgrade to xunit 2.3.0-beta4 2017-08-17 10:45:03 -07:00
ServiceFilterAttributeTest.cs Unwrap filter factories in TypeFilterAttribute & ServiceFilterAttribute 2018-08-24 14:15:40 -07:00
SignInResultTest.cs Remove TaskCache and TaskCacheOfT 2017-06-08 08:19:20 -07:00
SignOutResultTest.cs Add SignOut overload + Use new auth api (#6476) 2017-07-03 12:32:11 -07:00
TestApplicationPart.cs [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
TestFeatureProvider.cs [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
TypeFilterAttributeTest.cs Unwrap filter factories in TypeFilterAttribute & ServiceFilterAttribute 2018-08-24 14:15:40 -07:00
UnprocessableEntityObjectResultTests.cs Add UnprocessableEntityResult, UnprocessableEntityObjectResult and ControllerBase.UnprocessableEntity methods (#6851) 2017-09-22 09:27:29 -07:00
UnprocessableEntityResultTests.cs Add UnprocessableEntityResult, UnprocessableEntityObjectResult and ControllerBase.UnprocessableEntity methods (#6851) 2017-09-22 09:27:29 -07:00
ValidationProblemDetailsTest.cs Allow passing a dictionary to ValidationProblemDetails 2018-10-29 09:56:17 -07:00
VirtualFileResultTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
xunit.runner.json Migrate to MSBuild 2017-02-28 21:20:39 -08:00