aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
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
..
compiler/resources Adding support for inheriting tag helpers from _ViewStart files 2014-10-16 07:55:37 -07:00
ActivatorTests.cs
AntiForgeryTestHelper.cs Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
AntiForgeryTests.cs
ApiExplorerTest.cs update due to breaking changes in routing 2014-11-18 12:37:47 -08:00
ApplicationModelTest.cs
BasicTests.cs
CompositeViewEngineTests.cs
ConnegTests.cs [Fixes #1429] Content negotiation does a case-sensitive matching of media type's parameter values 2014-11-11 10:15:51 -08:00
CustomUrlHelperTests.cs
DefaultOrderTest.cs
DependencyResolverTests.cs
DirectivesTest.cs
FileResultTests.cs
FiltersTest.cs Adding functional tests for Filters. 2014-10-31 08:36:31 -07:00
FlushPointTest.cs RenderSection \ RenderSectionAsync does not work in sections 2014-11-14 12:17:25 -08:00
InlineConstraintTests.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
InputFormatterTests.cs added tests for json input formatter 2014-11-12 10:50:55 -08:00
InputObjectValidationTests.cs Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
JsonOutputFormatterTests.cs
JsonResultTest.cs Fix #1370 - Always use the provided formatter in JsonResult 2014-10-31 14:30:31 -07:00
LinkGenerationTests.cs [Issue #1133] RedirectToActionResult and UrlHelper should use HostString, PathString, etc. To build Urls. 2014-10-14 16:12:29 -07:00
Microsoft.AspNet.Mvc.FunctionalTests.kproj Regenerate .kproj files 2014-11-04 22:41:53 -08:00
ModelBindingTests.cs Renaming IBinderMarker and friends to some more descriptive names. 2014-10-17 20:32:03 -07:00
MvcSampleTests.cs
MvcStartupTests.cs
NullLoggerFactory.cs renaming TraceType to LogLevel 2014-11-06 09:24:02 -08:00
OutputFormattterTests.cs
PrecompilationTest.cs Revert "Revert "Added a functional test for view precompilation"" 2014-10-30 14:38:44 -07:00
RazorInstrumentationTests.cs DecorateWriter does not get called for partial views rendered via 2014-10-12 14:24:29 -07:00
RequestServicesTest.cs Fix for #1447 - Adding functional tests that verify per-request services 2014-11-17 18:38:49 -08:00
ResourceHelpers.cs Added functional tests for MVC. 2014-05-28 12:46:41 -07:00
RoundTripTests.cs TODO removal 2014-11-20 15:01:35 -08:00
RouteDataTest.cs Adding a functional test that modifies data tokens 2014-11-17 18:35:04 -08:00
RoutingTests.cs Fix for #1194 - Error using [HttpPost] and [Route] together 2014-11-19 15:52:20 -08:00
TagHelpersTest.cs Adding support for inheriting tag helpers from _ViewStart files 2014-10-16 07:55:37 -07:00
TestApplicationEnvironment.cs
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
ValueProviderTests.cs Issue #220 - Flags enum does not bind 2014-10-22 13:55:28 -07:00
VersioningTests.cs [Fixes #1155] Added functional tests to cover common versioning scenarios. 2014-10-03 19:00:24 -07:00
ViewComponentTests.cs Fix for #1052 - ViewComponents should support fully qualified names 2014-10-29 17:34:01 -07:00
ViewEngineTests.cs Layout property needs to be propogated between nested view starts 2014-10-15 18:54:02 -07:00
WebApiCompatShimActionResultTest.cs Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
WebApiCompatShimActionSelectionTest.cs [Fixes #1332] Port IContentNegotiator to WebAPI shim for CoreCLR support 2014-10-16 17:22:47 -07:00
WebApiCompatShimBasicTest.cs [Fixes #1332] Port IContentNegotiator to WebAPI shim for CoreCLR support 2014-10-16 17:22:47 -07:00
WebApiCompatShimParameterBindingTest.cs Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
XmlOutputFormatterTests.cs Issue #1081 - XML DataContract Formatter can fail to write when instance type != declaredType. 2014-09-19 15:01:49 -07:00
XmlSerializerInputFormatterTests.cs
project.json Fix for #1447 - Adding functional tests that verify per-request services 2014-11-17 18:38:49 -08:00