aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
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
..
compiler/resources
ActivatorTests.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
AntiForgeryTests.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
BasicTests.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
CompositeViewEngineTests.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
ConnegTests.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
DependencyResolverTests.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
DirectivesTest.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
FlushPointTest.cs Adding support for flush points in Razor pages 2014-08-29 09:30:23 -07:00
InlineConstraintTests.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
InputFormatterTests.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
Microsoft.AspNet.Mvc.FunctionalTests.kproj
ModelBindingTests.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
MvcStartupTests.cs Issue #347: Throw a better exception when the user didn't add the MVC services. 2014-08-21 13:59:52 -07:00
NullLoggerFactory.cs
OutputFormattterTests.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
ResourceHelpers.cs
RoutingTests.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
TestApplicationEnvironment.cs
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs
ValueProviderTests.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
ViewEngineTests.cs Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
XmlOutputFormatterTests.cs Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
project.json Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00