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
DataMemberModelValidatorProviderTest.cs
ErrorModelValidatorTest.cs
InvalidModelValidatorProviderTest.cs
MaxLengthAttributeAdapterTest.cs
MinLengthAttributeAdapterTest.cs
ModelStateDictionaryTest.cs
ModelValidationNodeTest.cs
RangeAttributeAdapterTest.cs
RequiredAttributeAdapterTest.cs
StringLengthAttributeAdapterTest.cs