aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Doug Bunting 3ced6016a1 Deep copy user's select list before making changes
- #524
- add tests of `DropDownList` and `ListBox` HTML helpers
- extend tests of `<select/>` tag helper
- add scenario to a functional test

New `HtmlHelperSelectTest` does not cover everything. In future (see #453):
- use non-`null` `optionLabel` and `htmlAttributes` arguments
- confirm value sources and their priorities
- mock an `IHtmlGenerator` and confirm how it is called
- mock an `IHtmlHelper` and confirm how extension methods call that
2015-02-12 20:56:53 -08:00
..
ActionResults Introducing UrlActionContext and UrlRouteContext, and updating IUrlHelper accordingly 2015-02-05 19:41:21 -08:00
AntiXsrf
ApplicationModel ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
Description Make BindingSource extensible 2015-02-05 13:41:31 -08:00
Filters [Fixes #1065] Need a way to specify "just type" with produces 2015-02-09 10:46:24 -08:00
Formatters Replaced status code number with constants 2015-02-05 16:43:59 -08:00
Internal Fix for #1913 - Improve attribute route link generation for areas 2015-02-11 15:59:48 -08:00
Logging
OptionDescriptors [Resolves Issue #1787] Added InstanceOf, InstanceOfOrDefault, InstancesOf extension methods to IEnumerable<IOptionDescriptor<object>>. 2015-02-09 10:46:01 +01:00
ParameterBinding Make BindingSource extensible 2015-02-05 13:41:31 -08:00
Properties
Rendering Deep copy user's select list before making changes 2015-02-12 20:56:53 -08:00
Routing Fix for #1913 - Improve attribute route link generation for areas 2015-02-11 15:59:48 -08:00
TestFiles
Utils
ViewComponents ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
ActionConstraintValuesTest.cs
ActionDescriptorValuesTest.cs
ActionExecutorTests.cs
ActionModelValuesTest.cs
ApiExplorerModelValuesTest.cs
AttributeRouteInfoValuesTest.cs
AttributeRouteModelValuesTest.cs
BodyModelBinderTests.cs Make BindingSource extensible 2015-02-05 13:41:31 -08:00
ConsumesAttributeTests.cs [Fix for #1850]Produces, Consumes and ObjectResult throw if there is a match all content type. 2015-01-30 15:54:58 -08:00
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
ControllerActionInvokerTest.cs Fix for #1538 and #1891 2015-01-28 16:53:28 -08:00
ControllerModelValuesTest.cs
ControllerTests.cs Updating ActionContext for the default constructor and the setter methods 2015-02-06 20:27:42 -08:00
ControllerUnitTestabilityTests.cs Updating ActionContext for the default constructor and the setter methods 2015-02-06 20:27:42 -08:00
DefaultActionDescriptorCollectionProviderLoggingTest.cs ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
DefaultActionSelectorSelectAsyncValuesTest.cs
DefaultActionSelectorTests.cs ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
DefaultAssemblyProviderTests.cs
DefaultControllerActivatorTest.cs ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
DefaultControllerFactoryTest.cs ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
DefaultControllerTypeProviderTest.cs ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
DefaultInputFormatterSelectorTests.cs
DefaultViewComponentActivatorTests.cs
FilterDescriptorValuesTest.cs
FilterValuesTest.cs
FormatterMappingsTest.cs Adding ClearMediaTypeMappingForFormat to FormatterMappings and other PR comments 2015-01-31 23:18:24 -08:00
HttpMethodProviderAttributesTests.cs
JsonResultTest.cs
KnownRouteValueConstraintTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj Correct recent checkins 2015-02-12 08:53:17 -08:00
MockModelBinderProvider.cs
MockModelValidatorProviderProvider.cs
MockMvcOptionsAccessor.cs
MockScopedInstance.cs
MockValueProviderFactoryProvider.cs
MvcOptionsTests.cs Issue #1785 - Changes to add CacheProfiles for response caching. 2015-02-04 15:25:45 -08:00
MvcRouteHandlerTests.cs
RemoteAttributeTest.cs Fixes for changes in routing 2015-02-11 15:58:47 -08:00
RequireHttpsAttributeTests.cs Replaced status code number with constants 2015-02-05 16:43:59 -08:00
RouteConstraintProviderValuesTest.cs
RouteDataActionConstraintTest.cs
RouteDataActionConstraintValuesTest.cs
RouteTemplateProviderAttributesTest.cs
SerializableErrorWrapperTests.cs
ServiceBasedControllerActivatorTest.cs ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
TestController.cs
TestGlobalFilterProvider.cs
TestValueProvider.cs Make BindingSource extensible 2015-02-05 13:41:31 -08:00
TypeHelperTest.cs
UrlHelperTest.cs Fixes for changes in routing 2015-02-11 15:58:47 -08:00
ViewComponentTests.cs
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs
project.json