aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Validation
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
..
AssociatedValidatorProviderTest.cs
CompareAttributeTest.cs
CompositeModelValidatorProviderTest.cs Moving IModelValidatorProvider to Options 2014-08-26 11:53:32 -07:00
DataAnnotationsModelValidatorProviderTest.cs Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
DataAnnotationsModelValidatorTest.cs Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
DataMemberModelValidatorProviderTest.cs
ErrorModelValidatorTest.cs
InvalidModelValidatorProviderTest.cs
MaxLengthAttributeAdapterTest.cs
MinLengthAttributeAdapterTest.cs
ModelStateDictionaryTest.cs
ModelValidationNodeTest.cs Moving IModelValidatorProvider to Options 2014-08-26 11:53:32 -07:00
RangeAttributeAdapterTest.cs
RequiredAttributeAdapterTest.cs
StringLengthAttributeAdapterTest.cs