aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ActionResults
jacalvar b6fb7ac7df Take advantage of nameof to improve our usage of MemberData across the code base.
Substituted all instances of [MemberData("PropertyName")] for [MemberData(nameof(PropertyName))]
This change enables us to take advantage of IDE features like Navigate to source,
find all references, etc. When using Visual Studio.
2014-09-02 13:53:03 -07:00
..
ChallengeResultTest.cs Fix Challenge params order. 2014-08-07 16:03:34 -07:00
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 Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
RedirectResultTest.cs
RedirectToActionResultTest.cs
RedirectToRouteResultTest.cs Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00