aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Ajay Bhargav Baaskaran dc49a2c194 Added HttpNotFoundObjectResult and added relevant tests 2015-02-24 11:57:48 -08:00
..
ActionResults Added HttpNotFoundObjectResult and added relevant tests 2015-02-24 11:57:48 -08:00
AntiXsrf React to HttpRequest.IsSecure being renamed 2015-02-17 11:15:56 -08:00
ApplicationModel Update MVC projects to utilize Common repo classes. 2015-02-22 18:23:28 -08:00
Description Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
Filters Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
Formatters [Fixes #1184] Formatting issues in requests should not cause a 500 response 2015-02-24 10:39:11 -08:00
Internal Fix for #1913 - Improve attribute route link generation for areas 2015-02-11 15:59:48 -08:00
Logging responding to interface break 2015-02-19 14:46:57 -08:00
OptionDescriptors Update MVC projects to utilize Common repo classes. 2015-02-22 18:23:28 -08:00
ParameterBinding Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
Properties
Rendering Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
Routing Fix for #1913 - Improve attribute route link generation for areas 2015-02-11 15:59:48 -08:00
TestFiles
Utils
ViewComponents Update MVC projects to utilize Common repo classes. 2015-02-22 18:23:28 -08:00
ActionConstraintValuesTest.cs Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
ActionDescriptorValuesTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
ActionExecutorTests.cs
ActionModelValuesTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
ApiExplorerModelValuesTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
AttributeRouteInfoValuesTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
AttributeRouteModelValuesTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
BodyModelBinderTests.cs [Fixes #1184] Formatting issues in requests should not cause a 500 response 2015-02-24 10:39:11 -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 Provided a way to add data to ActionDescriptor from ApplicationModel. 2015-01-26 15:20:02 -08:00
ControllerActionDescriptorProviderTests.cs Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
ControllerActionInvokerTest.cs Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
ControllerModelValuesTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
ControllerTests.cs Added HttpNotFoundObjectResult and added relevant tests 2015-02-24 11:57:48 -08:00
ControllerUnitTestabilityTests.cs Added HttpNotFoundObjectResult and added relevant tests 2015-02-24 11:57:48 -08:00
DefaultActionDescriptorCollectionProviderLoggingTest.cs Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
DefaultActionSelectorSelectAsyncValuesTest.cs
DefaultActionSelectorTests.cs Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
DefaultAssemblyProviderTests.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
DefaultControllerActivatorTest.cs Fix for #1416 - Remove all uses of ITypeActivator and use the static method instead 2015-02-16 16:02:39 -08:00
DefaultControllerFactoryTest.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
DefaultControllerTypeProviderTest.cs * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
DefaultInputFormatterSelectorTests.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
DefaultViewComponentActivatorTests.cs Issue #1525 - Enhancements to ActionContext 2015-01-27 14:35:31 -08:00
FilterDescriptorValuesTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
FilterValuesTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
FormatterMappingsTest.cs Adding ClearMediaTypeMappingForFormat to FormatterMappings and other PR comments 2015-01-31 23:18:24 -08:00
HttpMethodProviderAttributesTests.cs
JsonResultTest.cs [Fixes#1792]Separate XML serializers to Microsoft.AspNet.Mvc.Xml 2015-01-22 15:09:20 -08:00
KnownRouteValueConstraintTests.cs Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
Microsoft.AspNet.Mvc.Core.Test.kproj Correct recent checkins 2015-02-12 08:53:17 -08:00
MockModelBinderProvider.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
MockModelValidatorProviderProvider.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
MockMvcOptionsAccessor.cs
MockScopedInstance.cs Fixed build break. 2015-02-16 13:08:10 -08:00
MockValueProviderFactoryProvider.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
MvcOptionsTests.cs Issue #1785 - Changes to add CacheProfiles for response caching. 2015-02-04 15:25:45 -08:00
MvcRouteHandlerTests.cs [Fixes #1791]Remove XML formatter from defaults 2015-01-15 15:46:49 -08:00
RemoteAttributeTest.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
RequireHttpsAttributeTests.cs React to HttpRequest.IsSecure being renamed 2015-02-17 11:15:56 -08:00
RouteConstraintProviderValuesTest.cs Adding IRouteConstraintProvider and supporting it on actions 2014-12-31 14:50:33 -08:00
RouteDataActionConstraintTest.cs
RouteDataActionConstraintValuesTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
RouteTemplateProviderAttributesTest.cs
SerializableErrorWrapperTests.cs [Fixes#1792]Separate XML serializers to Microsoft.AspNet.Mvc.Xml 2015-01-22 15:09:20 -08:00
ServiceBasedControllerActivatorTest.cs ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
TestController.cs
TestGlobalFilterProvider.cs
TestModelMetadataProvider.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
TestValueProvider.cs Make BindingSource extensible 2015-02-05 13:41:31 -08:00
TypeHelperTest.cs
UrlHelperTest.cs added Link method to IUrlHelper 2015-02-16 13:38:12 -08:00
ViewComponentTests.cs
ViewDataDictionaryOfTModelTest.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
ViewDataDictionaryTest.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
project.json [Fixes#1792]Separate XML serializers to Microsoft.AspNet.Mvc.Xml 2015-01-22 15:09:20 -08:00