aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Validation
Pranav K 9d36a45f38 Updating tests using Moq to workaround Roslyn changes
https://roslyn.codeplex.com/workitem/246 affects usage of code with the
latest build of Roslyn with Moq v4.2. The workaround involves ensuring a
closure is created. Updating affected tests to make ToString() calls on
local variables to create these closures.
2014-08-04 17:13:19 -07:00
..
AssociatedValidatorProviderTest.cs Updating tests using Moq to workaround Roslyn changes 2014-08-04 17:13:19 -07:00
CompareAttributeTest.cs Get ModelBinding test project working on K10 again 2014-06-24 19:33:47 -07:00
DataAnnotationsModelValidatorProviderTest.cs Fix a build break in k10 2014-06-11 12:49:15 -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 Updating copyright headers 2014-05-08 23:01:20 -07:00
InvalidModelValidatorProviderTest.cs Updating copyright headers 2014-05-08 23:01:20 -07:00
MaxLengthAttributeAdapterTest.cs Updating copyright headers 2014-05-08 23:01:20 -07:00
MinLengthAttributeAdapterTest.cs Updating copyright headers 2014-05-08 23:01:20 -07:00
ModelStateDictionaryTest.cs Change IsValid method in ModelStateDictionary to GetValidationState 2014-05-21 19:33:36 -07:00
ModelValidationNodeTest.cs Cleaning up StyleCop errors 2014-06-04 13:28:30 -07:00
RangeAttributeAdapterTest.cs Updating copyright headers 2014-05-08 23:01:20 -07:00
RequiredAttributeAdapterTest.cs Updating copyright headers 2014-05-08 23:01:20 -07:00
StringLengthAttributeAdapterTest.cs Updating copyright headers 2014-05-08 23:01:20 -07:00