aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Validation
Doug Bunting 28561e9924 Follow up to `ModelExplorer` creation
- see commit 9d5364c
- never correct to pass a `Func<object>` to `GetExplorerForExpression()`
- `<label/>` tests succeeded because that tag helper doesn't use expression result
- `<select/>` tests succeeded because that tag helper gets result from `ViewData`
 - does not use `ModelExplorer` due to #1468

nit: update variable names `metadata` -> `modelExplorer`
2015-03-01 09:39:36 -08:00
..
AssociatedValidatorProviderTest.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
CompareAttributeAdapterTest.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
CompositeModelValidatorProviderTest.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
DataAnnotationsModelValidatorProviderTest.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
DataAnnotationsModelValidatorTest.cs Follow up to `ModelExplorer` creation 2015-03-01 09:39:36 -08:00
DataMemberModelValidatorProviderTest.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
DefaultObjectValidatorTests.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
MaxLengthAttributeAdapterTest.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
MinLengthAttributeAdapterTest.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
ModelStateDictionaryTest.cs
RangeAttributeAdapterTest.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
ReferenceEqualityComparerTest.cs
RequiredAttributeAdapterTest.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
StringLengthAttributeAdapterTest.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00