aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Validation
Harsh Gupta c67236141b Fixes 2304:
The fix splits client validation and model validation into two separate hierarchies.
Introduced ClientModelValidatorProvider in MvcOptions, which can be iterated to produce IClientModelValidators.
As a result of this, HtmlGenerator code can be free of ActionBindingContext and directly consumes options.
This also means that we do not modify the client validations during resource filters.
2015-04-15 14:30:46 -07:00
..
CompareAttributeAdapterTest.cs Updates to the extensibility for validator providers 2015-03-20 15:19:25 -07:00
CompositeModelValidatorProviderTest.cs Updates to the extensibility for validator providers 2015-03-20 15:19:25 -07:00
DataAnnotationsClientModelValidatorProviderTest.cs Fixes 2304: 2015-04-15 14:30:46 -07:00
DataAnnotationsModelValidatorProviderTest.cs Fixes 2304: 2015-04-15 14:30:46 -07:00
DataAnnotationsModelValidatorTest.cs Fixes 2304: 2015-04-15 14:30:46 -07:00
DefaultModelClientValidatorProviderTest.cs Fixes 2304: 2015-04-15 14:30:46 -07:00
DefaultModelValidatorProviderTest.cs Fixes 2304: 2015-04-15 14:30:46 -07:00
DefaultObjectValidatorTests.cs * Simplify MvcOptions 2015-04-07 14:45:53 -07:00
MaxLengthAttributeAdapterTest.cs Updates to the extensibility for validator providers 2015-03-20 15:19:25 -07:00
MinLengthAttributeAdapterTest.cs Updates to the extensibility for validator providers 2015-03-20 15:19:25 -07:00
ModelStateDictionaryTest.cs
RangeAttributeAdapterTest.cs Updates to the extensibility for validator providers 2015-03-20 15:19:25 -07:00
ReferenceEqualityComparerTest.cs Updates to the extensibility for validator providers 2015-03-20 15:19:25 -07:00
RequiredAttributeAdapterTest.cs Updates to the extensibility for validator providers 2015-03-20 15:19:25 -07:00
StringLengthAttributeAdapterTest.cs Updates to the extensibility for validator providers 2015-03-20 15:19:25 -07:00