aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Validation
Pranav K 7396f58d99 Support ModelMetaData.IsRequired
* Update DataAnnotationsModelValidatorProvider to use ModelMetadata.IsRequired
* Adding tests and updating existing ones that didn't work with IsRequired

Fixes #533
2014-06-10 10:20:24 -07:00
..
AssociatedValidatorProviderTest.cs
CompareAttributeTest.cs
DataAnnotationsModelValidatorProviderTest.cs Support ModelMetaData.IsRequired 2014-06-10 10:20:24 -07:00
DataAnnotationsModelValidatorTest.cs Cleaning up StyleCop errors 2014-06-04 13:28:30 -07:00
DataMemberModelValidatorProviderTest.cs Cleaning up StyleCop errors 2014-06-04 13:28:30 -07:00
ErrorModelValidatorTest.cs
InvalidModelValidatorProviderTest.cs
MaxLengthAttributeAdapterTest.cs
MinLengthAttributeAdapterTest.cs
ModelStateDictionaryTest.cs
ModelValidationNodeTest.cs Cleaning up StyleCop errors 2014-06-04 13:28:30 -07:00
RangeAttributeAdapterTest.cs
RequiredAttributeAdapterTest.cs
StringLengthAttributeAdapterTest.cs