aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Validation
Ryan Nowak b64fd7ae39 Fix #2407 - Add back the implicit [Required] for value types
This change adds a [Required] client validator when
ModelMetadata.IsRequired == true. The bulk of the changes here are
mechanical updates to test files.
2015-05-21 17:52:25 -07:00
..
CompareAttributeAdapterTest.cs
CompositeModelValidatorProviderTest.cs
DataAnnotationsClientModelValidatorProviderTest.cs Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
DataAnnotationsModelValidatorProviderTest.cs
DataAnnotationsModelValidatorTest.cs
DefaultModelClientValidatorProviderTest.cs Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
DefaultModelValidatorProviderTest.cs Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
DefaultObjectValidatorTests.cs
MaxLengthAttributeAdapterTest.cs
MinLengthAttributeAdapterTest.cs
RangeAttributeAdapterTest.cs
ReferenceEqualityComparerTest.cs
RequiredAttributeAdapterTest.cs
StringLengthAttributeAdapterTest.cs