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 Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
CompareAttributeTest.cs Updating ModelBinding tests to work in Mono 2014-09-30 20:16:21 -07:00
CompositeModelValidatorProviderTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
DataAnnotationsModelValidatorProviderTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
DataAnnotationsModelValidatorTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
DataMemberModelValidatorProviderTest.cs Cleaning up StyleCop errors 2014-06-04 13:28:30 -07:00
DefaultBodyModelValidatorTests.cs Issue #1206 - DefaultBodyModelValidator throws if get accessor throws. 2014-10-16 16:09:30 -07:00
MaxLengthAttributeAdapterTest.cs Updating ModelBinding tests to work in Mono 2014-09-30 20:16:21 -07:00
MinLengthAttributeAdapterTest.cs Updating ModelBinding tests to work in Mono 2014-09-30 20:16:21 -07:00
ModelStateDictionaryTest.cs Limit the maximum number of Model errors to a reasonable value. 2014-09-16 09:57:00 -07:00
ModelValidationNodeTest.cs Updating ModelBinding tests to work in Mono 2014-09-30 20:16:21 -07:00
RangeAttributeAdapterTest.cs
ReferenceEqualityComparerTests.cs Issue #452: Changes to enable validation for objects generated by InputFormatters. UnitTests + FunctionalTests for the same. 2014-10-06 16:29:56 -07:00
RequiredAttributeAdapterTest.cs Updating ModelBinding tests to work in Mono 2014-09-30 20:16:21 -07:00
StringLengthAttributeAdapterTest.cs Updating ModelBinding tests to work in Mono 2014-09-30 20:16:21 -07:00