aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Ryan Nowak 7c961e3ce8 TODO removal
For each of these TODOs:

- If there's an active bug tracking the work, and the TODO provides
  something of value, I left it and standardized the formatting. I also
  added comments to the bug.

- If the comment provided no value (implement feature X when we do feature
  X), I deleted it with impunity.

- If the comment was stale (won't fix or just out of date), then we
  removed it uncerimoniously.

There was a single TODO that was actually actionable, so I enabled that
test.
2014-11-20 15:01:35 -08:00
..
ActionResults Fix #1502 - Remove duplicate unit tests 2014-11-04 13:30:15 -08:00
AntiXsrf TODO removal 2014-11-20 15:01:35 -08:00
ApplicationModel Fix for #1194 - Error using [HttpPost] and [Route] together 2014-11-19 15:52:20 -08:00
Description update due to breaking changes in routing 2014-11-18 12:37:47 -08:00
Filters Adding functional tests for Filters. 2014-10-31 08:36:31 -07:00
Formatters Replacing ViewResultBase with ViewExecutor 2014-10-22 08:47:22 -07:00
Internal Change TagBuilder Attributes and HTML Helper dependencies to be case insensitive. 2014-10-26 13:15:09 -07:00
Logging renaming TraceType to LogLevel 2014-11-06 09:24:02 -08:00
OptionDescriptors Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
ParameterBinding Removing BodyParameterInfo and ParameterBindingInfo 2014-10-17 20:47:20 -07:00
Properties
Rendering TODO removal 2014-11-20 15:01:35 -08:00
Routing update due to breaking changes in routing 2014-11-18 12:37:47 -08:00
TestFiles
Utils
ViewComponents Fix for #1052 - ViewComponents should support fully qualified names 2014-10-29 17:34:01 -07:00
ActionExecutorTests.cs TODO removal part 1 - ActionExecutorTests 2014-10-28 12:54:14 -07:00
BodyModelBinderTests.cs Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
ControllerActionDescriptorProviderTests.cs Fix for #1194 - Error using [HttpPost] and [Route] together 2014-11-19 15:52:20 -08:00
ControllerActionInvokerTest.cs Removing BodyParameterInfo and ParameterBindingInfo 2014-10-17 20:47:20 -07:00
ControllerTests.cs Fix to special case Dispose method to be treated as non-action 2014-11-12 14:52:19 -08:00
CopyOnWriteDictionaryTest.cs
DefaultActionSelectorSelectAsyncValuesTest.cs
DefaultActionSelectorTests.cs Fix for breaking API change from routing 2014-10-31 18:23:19 -07:00
DefaultAssemblyProviderTests.cs
DefaultControllerActivatorTest.cs Adjust tests to handle new `ViewDataDictionary` invariants 2014-10-29 19:18:59 -07:00
DefaultControllerFactoryTest.cs
DefaultInputFormatterSelectorTests.cs
DefaultViewComponentActivatorTests.cs Adjust tests to handle new `ViewDataDictionary` invariants 2014-10-29 19:18:59 -07:00
HttpMethodProviderAttributesTests.cs
InputObjectBindingTests.cs Removing BodyParameterInfo and ParameterBindingInfo 2014-10-17 20:47:20 -07:00
JsonResultTest.cs Fix #1370 - Always use the provided formatter in JsonResult 2014-10-31 14:30:31 -07:00
KnownRouteValueConstraintTests.cs
MediaTypeWithQualityHeaderValueTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj Regenerate .kproj files 2014-11-04 22:41:53 -08:00
MockMvcOptionsAccessor.cs
MvcOptionsTests.cs
MvcRouteHandlerTests.cs Revert "Fix for MVC #1539 - Deal with the case where request services are not set" 2014-11-17 18:33:56 -08:00
PropertyHelperTest.cs
RequireHttpsAttributeTests.cs
RouteDataActionConstraintTest.cs
RouteTemplateProviderAttributesTests.cs
StaticAssemblyProvider.cs Refactoring the ControllerActionDescriptorProvider 2014-10-23 12:25:25 -07:00
StaticControllerModelBuilder.cs Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
TestController.cs
TestGlobalFilterProvider.cs
TypeHelperTest.cs
UrlHelperTest.cs Fix #1502 - Remove duplicate unit tests 2014-11-04 13:30:15 -08:00
ViewComponentTests.cs Adjust tests to handle new `ViewDataDictionary` invariants 2014-10-29 19:18:59 -07:00
ViewDataDictionaryOfTModelTest.cs More `ViewDataDictionary` tests 2014-10-29 19:19:09 -07:00
ViewDataDictionaryTest.cs More `ViewDataDictionary` tests 2014-10-29 19:19:09 -07:00
project.json