aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ActionResults
Javier Calvarro Nelson b0d52f73fd [Issue #527] Revive common ActionResults - Part 1.
1. Added HttpNotFound() to Controller.
2. Updated HttpStatusCodeResult to expose the StatusCode as a property.
3. Added unit tests for HttpNotFound() and for HttpStatusCodeResult.
4. Updated the MvcSample to add an action that uses HttpNotFound().
5. Brought back HttpNotFoundResult and added unit tests for it.
2014-07-25 13:04:59 -07:00
..
ChallengeResultTest.cs
HttpNotFoundResultTests.cs [Issue #527] Revive common ActionResults - Part 1. 2014-07-25 13:04:59 -07:00
HttpStatusCodeResultTests.cs [Issue #527] Revive common ActionResults - Part 1. 2014-07-25 13:04:59 -07:00
ObjectContentResultTests.cs Adding OutputFormatter base class 2014-07-23 16:50:22 -07:00
RedirectResultTest.cs Update controller methods to be all virtual 2014-06-20 15:40:02 -07:00
RedirectToActionResultTest.cs
RedirectToRouteResultTest.cs