aspnetcore/test/Microsoft.AspNet.Mvc.WebApi...
Doug Bunting 6106375306 Add `HttpOkResult`, `HttpOkObjectResult`, and `Ok()` methods in `Controller`
- #2825
- new class names align with existing types such as `HttpNotFoundResult` and `HttpNotFoundObjectResult`
- remove similar types from WebApiCompatShim and use replacements in `ApiController`
 - `NegotiatedContentResult<T>` remains because Core doesn't have an exact replacement

nits:
- add missing periods in some `Controller` doc comments
2015-07-23 18:49:36 -07:00
..
ActionResults Add `HttpOkResult`, `HttpOkObjectResult`, and `Ok()` methods in `Controller` 2015-07-23 18:49:36 -07:00
HttpRequestMessage Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
Mocks Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestUtils Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ApiControllerActionDiscoveryTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ApiControllerTest.cs Add `HttpOkResult`, `HttpOkObjectResult`, and `Ok()` methods in `Controller` 2015-07-23 18:49:36 -07:00
DefaultContentNegotiatorTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
FormDataCollectionExtensionsTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
HttpErrorTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
HttpResponseExceptionActionFilterTest.cs Rename IFilter -> IFilterMetadata 2015-07-06 23:40:43 -07:00
HttpResponseExceptionTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
HttpResponseMessageOutputFormatterTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest.xproj
OverloadActionConstraintTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
project.json Move Moq to framework-specific dependencies 2015-07-13 16:12:09 -07:00