aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Ryan Nowak 90cef3b9ca Refactor of the model metadata provider
Separates the MMP into two phases:
1). Creation of the ModelMetadata, discovery of properties and attributes
(reflection) is part of the MMP
2). Lookup of details based on attributes is now part of another phase,
and has its results cached.

Users can now implements and register an IFooMetadataProvider to customize
a single aspect of metadata (see how data annotations does it).
2015-03-05 13:19:10 -08:00
..
ActionResults React to DI 2015-03-04 19:26:54 -08:00
AntiXsrf React to DI 2015-03-04 19:26:54 -08:00
ApplicationModel React to AuthN changes 2015-03-02 16:14:38 -08:00
Description Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
Filters React to DI 2015-03-04 19:26:54 -08:00
Formatters
Internal
Logging Logging API changes 2015-03-04 21:07:45 -08:00
OptionDescriptors
ParameterBinding Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
Properties
Rendering Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
Routing Logging API changes 2015-03-04 21:07:45 -08:00
TestFiles
Utils
ViewComponents React to DI 2015-03-04 19:26:54 -08:00
ActionConstraintValuesTest.cs
ActionDescriptorValuesTest.cs
ActionExecutorTests.cs
ActionModelValuesTest.cs
ApiExplorerModelValuesTest.cs
AttributeRouteInfoValuesTest.cs
AttributeRouteModelValuesTest.cs
BodyModelBinderTests.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
ConsumesAttributeTests.cs
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs
ControllerActionInvokerTest.cs
ControllerModelValuesTest.cs
ControllerTests.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
ControllerUnitTestabilityTests.cs Added HttpNotFoundObjectResult and added relevant tests 2015-02-24 11:57:48 -08:00
DefaultActionDescriptorCollectionProviderLoggingTest.cs React to AuthN changes 2015-03-02 16:14:38 -08:00
DefaultActionSelectorSelectAsyncValuesTest.cs
DefaultActionSelectorTests.cs
DefaultAssemblyProviderTests.cs
DefaultControllerActivatorTest.cs
DefaultControllerFactoryTest.cs
DefaultControllerTypeProviderTest.cs
DefaultInputFormatterSelectorTests.cs
DefaultViewComponentActivatorTests.cs
FilterDescriptorValuesTest.cs
FilterValuesTest.cs
FormatterMappingsTest.cs
HttpMethodProviderAttributesTests.cs
JsonResultTest.cs
KnownRouteValueConstraintTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj
MockModelBinderProvider.cs
MockModelValidatorProviderProvider.cs
MockMvcOptionsAccessor.cs
MockScopedInstance.cs
MockValueProviderFactoryProvider.cs
MvcOptionsTests.cs
MvcRouteHandlerTests.cs
RemoteAttributeTest.cs React to DI 2015-03-04 19:26:54 -08:00
RequireHttpsAttributeTests.cs
RouteConstraintProviderValuesTest.cs
RouteDataActionConstraintTest.cs
RouteDataActionConstraintValuesTest.cs
RouteTemplateProviderAttributesTest.cs
SerializableErrorWrapperTests.cs
ServiceBasedControllerActivatorTest.cs
TestController.cs
TestGlobalFilterProvider.cs
TestModelMetadataProvider.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
TestValueProvider.cs
TypeHelperTest.cs
UrlHelperTest.cs
ViewComponentTests.cs Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs Correct evaluation of expression result in `GenerateSelect()` 2015-03-02 12:07:43 -08:00
project.json