aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
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
..
Compiler/Resources Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
Logging
ActionResultTests.cs Added HttpNotFoundObjectResult and added relevant tests 2015-02-24 11:57:48 -08:00
ActivatorTests.cs
AntiForgeryTestHelper.cs
AntiForgeryTests.cs
ApiExplorerTest.cs
ApplicationModelTest.cs
BasicTests.cs
BestEffortLinkGenerationTest.cs
CompilationOptionsTests.cs
CompositeViewEngineTests.cs
ConnegTests.cs
ConsumesAttributeTests.cs
ControllerDiscoveryConventionTests.cs Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
ControllerFromServicesTests.cs
CustomRouteTest.cs
CustomUrlHelperTests.cs
DefaultOrderTest.cs Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
DependencyResolverTests.cs
DirectivesTest.cs
ErrorPageTests.cs
ExceptionInfo.cs
FileResultTests.cs
FiltersTest.cs
FlushPointTest.cs
FormatFilterTest.cs
HttpResponseMessageExceptions.cs
InlineConstraintTests.cs
InputFormatterTests.cs
InputObjectValidationTests.cs Added JsonContractResolver to validate value type properties 2015-02-24 06:34:35 -08:00
JsonOutputFormatterTests.cs
JsonResultTest.cs
LinkGenerationTests.cs
Microsoft.AspNet.Mvc.FunctionalTests.kproj
ModelBindingFromFormTest.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
ModelBindingFromHeaderTest.cs
ModelBindingFromQueryTest.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
ModelBindingFromRouteTest.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
ModelBindingModelBinderAttributeTest.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
ModelBindingTest.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
ModelMetadataAttributeTest.cs
MvcSampleTests.cs Including Mvc.js script which enables Mvc.stringify(data) used in JQuery.Post() to send data understandable by MVC. 2015-03-05 08:07:01 -08:00
MvcStartupTests.cs
MvcTagHelpersTest.cs
OutputFormatterTest.cs
PrecompilationTest.cs
RazorCompilerCacheTest.cs
RazorInstrumentationTests.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
RazorViewEngineOptionsTest.cs
RazorViewLocationSpecificationTest.cs
RemoteAttributeValidationTest.cs
RequestServicesTest.cs
ResourceHelpers.cs
RespectBrowserAcceptHeaderTests.cs
ResponseCacheTest.cs
RoundTripTests.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
RouteDataTest.cs
RoutingLowercaseUrlTest.cs Adding the test cases for generating lower case URLs 2015-02-20 15:50:58 -08:00
RoutingTests.cs
SerializableErrorTests.cs
StreamOutputFormatterTest.cs
TagHelperSampleTest.cs Logging API changes 2015-03-04 21:07:45 -08:00
TagHelpersTest.cs
TestApplicationEnvironment.cs React to runtime perf changes in functional tests 2015-02-27 02:53:46 -08:00
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs React to DI 2015-03-04 19:26:54 -08:00
TryValidateModelTest.cs
ValueProviderTest.cs
VersioningTests.cs
ViewComponentTests.cs
ViewEngineTests.cs ViewLocationExpanderContext should have a flag that indicates if the 2015-02-26 16:41:54 -08:00
WebApiCompatShimActionResultTest.cs
WebApiCompatShimActionSelectionTest.cs
WebApiCompatShimBasicTest.cs
WebApiCompatShimParameterBindingTest.cs
XmlDataContractSerializerFormattersWrappingTest.cs
XmlDataContractSerializerInputFormatterTest.cs [Fixes #1184] Formatting issues in requests should not cause a 500 response 2015-02-24 10:39:11 -08:00
XmlOutputFormatterTests.cs
XmlSerializerFormattersWrappingTest.cs
XmlSerializerInputFormatterTests.cs [Fixes #1184] Formatting issues in requests should not cause a 500 response 2015-02-24 10:39:11 -08:00
project.json Adding the test cases for generating lower case URLs 2015-02-20 15:50:58 -08:00