aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Ryan Nowak 08a578d01f Issue #1525 - Enhancements to ActionContext
- Adding a new constructor that takes ModelState.
 - Removing an extra constructor that's not needed
 - docs
 - test cleanup
2015-01-27 14:35:31 -08:00
..
ActionResults Added StatusCode property to OutputFormatterContext 2015-01-26 17:32:04 -08:00
AntiXsrf Revert "Revert "Added SetAntiForgeryCookieAndHeader method that sets cookie token and header"" 2015-01-20 10:51:44 -08:00
ApplicationModel Provided a way to add data to ActionDescriptor from ApplicationModel. 2015-01-26 15:20:02 -08:00
Description Adds parameter information to ApiExplorer 2015-01-22 13:30:41 -08:00
Filters Changing when controllers are created 2015-01-16 20:23:39 -08:00
Formatters Added StatusCode property to OutputFormatterContext 2015-01-26 17:32:04 -08:00
Internal Handle trailing semicolon after @inject. 2015-01-22 14:01:10 -08:00
Logging Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
OptionDescriptors Consume new strongly typed headers. Remove temp implementations. 2015-01-14 15:51:34 -08:00
ParameterBinding Issue #1525 - Enhancements to ActionContext 2015-01-27 14:35:31 -08:00
Properties
Rendering Add a custom collection type for ModelMetadata.Properties 2015-01-26 14:36:40 -08:00
Routing Changed to use OptionalRouteConstraint created by Routing to use for inline optional parameters in attribute routing. Also added tests for inline parameters. 2014-12-04 11:00:48 -08:00
TestFiles
Utils
ViewComponents Issue #1525 - Enhancements to ActionContext 2015-01-27 14:35:31 -08:00
ActionConstraintValuesTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -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 Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
ConsumesAttributeTests.cs Adding Support for consumes. 2015-01-16 14:15:08 -08:00
ControllerActionDescriptorBuilderTest.cs Provided a way to add data to ActionDescriptor from ApplicationModel. 2015-01-26 15:20:02 -08:00
ControllerActionDescriptorProviderTests.cs Add ApiExplorer details to ApplicationModel 2015-01-26 14:47:11 -08:00
ControllerActionInvokerTest.cs Issue #1525 - Enhancements to ActionContext 2015-01-27 14:35:31 -08:00
ControllerModelValuesTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
ControllerTests.cs Added support for TryValidateModel and its corresponding tests 2015-01-16 17:23:59 -08:00
ControllerUnitTestabilityTests.cs Some cleanup of ActionResults - #657 2015-01-16 17:29:56 -08:00
DefaultActionDescriptorCollectionProviderLoggingTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
DefaultActionSelectorSelectAsyncValuesTest.cs
DefaultActionSelectorTests.cs Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
DefaultAssemblyProviderTests.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
DefaultControllerActivatorTest.cs Issue #1525 - Enhancements to ActionContext 2015-01-27 14:35:31 -08:00
DefaultControllerFactoryTest.cs Remove use of `Assert.DoesNotThrow()` 2014-12-11 15:51:15 -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
HttpMethodProviderAttributesTests.cs
JsonResultTest.cs [Fixes#1792]Separate XML serializers to Microsoft.AspNet.Mvc.Xml 2015-01-22 15:09:20 -08:00
KnownRouteValueConstraintTests.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
Microsoft.AspNet.Mvc.Core.Test.kproj [cleanup] Update .gitignore and reset .kproj files 2015-01-21 22:03:23 -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 Adding Resource Filters 2015-01-12 14:18:20 -08:00
MockValueProviderFactoryProvider.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
MvcOptionsTests.cs
MvcRouteHandlerTests.cs [Fixes #1791]Remove XML formatter from defaults 2015-01-15 15:46:49 -08:00
RequireHttpsAttributeTests.cs Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
ResponseCacheAttributeTest.cs Changing when controllers are created 2015-01-16 20:23:39 -08:00
RouteConstraintProviderValuesTest.cs Adding IRouteConstraintProvider and supporting it on actions 2014-12-31 14:50:33 -08:00
RouteDataActionConstraintTest.cs Add missing license headers 2014-11-20 22:54:05 -08:00
RouteDataActionConstraintValuesTest.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
RouteTemplateProviderAttributesTest.cs matched classnames with filenames 2014-11-25 11:21:17 -08:00
SerializableErrorWrapperTests.cs [Fixes#1792]Separate XML serializers to Microsoft.AspNet.Mvc.Xml 2015-01-22 15:09:20 -08:00
StaticAssemblyProvider.cs
StaticControllerModelBuilder.cs Logging assemblies, controllers, and actions 2014-12-18 10:52:20 -08:00
TestController.cs
TestGlobalFilterProvider.cs
TypeHelperTest.cs
UrlHelperTest.cs Modify BuilderExtensions.UseMvc to not add any routes by default 2015-01-23 16:51:38 -08:00
ViewComponentTests.cs [Fixes #393] [Design] Update ViewComponent result apis to be consistent with Controller 2014-11-26 15:56:06 -08:00
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
project.json [Fixes#1792]Separate XML serializers to Microsoft.AspNet.Mvc.Xml 2015-01-22 15:09:20 -08:00