aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Validation
sornaks 53379e4395 Issue #1206 - DefaultBodyModelValidator throws if get accessor throws.
Fix: The MvcOptions takes in a list of ExcludeFromValidationDelegate (Func<Type,bool>). This func verifies if the type is excluded in validation or not.
2014-10-16 16:09:30 -07:00
..
AssociatedValidatorProviderTest.cs
CompareAttributeTest.cs
CompositeModelValidatorProviderTest.cs
DataAnnotationsModelValidatorProviderTest.cs
DataAnnotationsModelValidatorTest.cs
DataMemberModelValidatorProviderTest.cs
DefaultBodyModelValidatorTests.cs Issue #1206 - DefaultBodyModelValidator throws if get accessor throws. 2014-10-16 16:09:30 -07:00
MaxLengthAttributeAdapterTest.cs
MinLengthAttributeAdapterTest.cs
ModelStateDictionaryTest.cs
ModelValidationNodeTest.cs
RangeAttributeAdapterTest.cs
ReferenceEqualityComparerTests.cs
RequiredAttributeAdapterTest.cs
StringLengthAttributeAdapterTest.cs