aspnetcore/test
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
..
Microsoft.AspNet.Mvc.Core.Test Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
Microsoft.AspNet.Mvc.FunctionalTests Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
Microsoft.AspNet.Mvc.ModelBinding.Test Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
Microsoft.AspNet.Mvc.Razor.Test Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
Microsoft.AspNet.Mvc.Test Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00
WebSites Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00