aspnetcore/test/Microsoft.AspNetCore.Mvc.Co...
Ryan Nowak 1e02fd2e6b Merge invoker back into one class
This will help future generations maintain this class. Notice that the
protected methods that are going away all just call into another
extensibility point (other than the executor). If we need to we could make
that extensible in the future and then we have the same support with fewer
hooks and less complexity.
2016-05-13 17:43:59 -07:00
..
ApplicationModel Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
ApplicationParts [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
Authorization
Builder
Controllers Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
DependencyInjection [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
Filters
Formatters Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
Infrastructure Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
Internal Merge invoker back into one class 2016-05-13 17:43:59 -07:00
ModelBinding Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
Properties
Routing Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
BadRequestObjectResultTests.cs
BadRequestResultTests.cs
BindAttributeTest.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
ChallengeResultTest.cs
ConsumesAttributeTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ContentResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ControllerBaseTest.cs Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
CreatedAtActionResultTests.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
CreatedAtRouteResultTests.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
CreatedResultTests.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
EmptyResultTests.cs
FileContentResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FileResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FileStreamResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FlushReportingStream.cs
ForbidResultTest.cs
HttpNotFoundObjectResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
HttpNotFoundResultTests.cs
HttpOkObjectResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
HttpOkResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
HttpStatusCodeResultTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
HttpUnauthorizedResultTests.cs
LocalRedirectResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
MediaTypeCollectionTest.cs
Microsoft.AspNetCore.Mvc.Core.Test.xproj
MvcOptionsTest.cs
NonDisposableStreamTest.cs Migrate tests, tools and samples to portable 2016-04-18 17:20:15 -07:00
ObjectResultTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
PhysicalFileResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ProducesAttributeTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
RedirectResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
RedirectToActionResultTest.cs
RedirectToRouteResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
RequireHttpsAttributeTests.cs Changed RequireHttpsAttribute to default to 302 instead of 301 2016-05-03 12:11:18 -07:00
ResponseCacheAttributeTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
SerializableErrorTests.cs
SignInResultTest.cs
SignOutResultTest.cs
TestApplicationPart.cs [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
TestBufferingFeature.cs
TestFeatureProvider.cs [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
VirtualFileResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
project.json Fix build warnings 2016-05-02 14:52:02 -07:00