aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
dougbu 56d66c090e Make HTML helper `null` handling consistent
- #874 lines 3, 4, and 6
- correct `Value()` to treat a `null` expression name the same as `string.Empty`
- add missing `[NotNull]` attributes in `EditorExtensions` and for `GenerateIdFromName()`
- consistently pass `null` for default expression names to the helpers
 - for example, from extension methods
- add test cases using `null` for expression name

nits:
- correct summary XML comment for `HtmlHelper` class
- use named parameters and prefer interface (not extension) methods in changed calls
- use `string.Empty` instead of `""` in a few tests
2014-08-06 16:04:56 -07:00
..
ActionResults
AntiXsrf
Filters Updating tests using Moq to workaround Roslyn changes 2014-08-04 17:13:19 -07:00
Formatters
Logging Added Logging to Mvc 2014-08-01 15:33:47 -07:00
OptionDescriptors
ParameterBinding
Properties
ReflectedModelBuilder
Rendering Make HTML helper `null` handling consistent 2014-08-06 16:04:56 -07:00
Routing Added Logging to Mvc 2014-08-01 15:33:47 -07:00
ActionAttributeTests.cs Added Logging to Mvc 2014-08-01 15:33:47 -07:00
ActionExecutorTests.cs
ControllerTests.cs
DefaultActionDiscoveryConventionsActionSelectionTests.cs Added Logging to Mvc 2014-08-01 15:33:47 -07:00
DefaultActionDiscoveryConventionsTests.cs
DefaultActionSelectorTests.cs Updating tests using Moq to workaround Roslyn changes 2014-08-04 17:13:19 -07:00
DefaultControllerActivatorTest.cs
DefaultControllerAssemblyProviderTests.cs
DefaultControllerFactoryTest.cs
ExpiringFileInfoCacheTest.cs
JsonResultTest.cs
KnownRouteValueConstraintTests.cs
MediaTypeWithQualityHeaderValueTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj Introducing RazorTextWriter 2014-08-05 10:09:04 -07:00
MockMvcOptionsAccessor.cs Added Logging to Mvc 2014-08-01 15:33:47 -07:00
MvcOptionsTests.cs
MvcRouteHandlerTests.cs Added Logging to Mvc 2014-08-01 15:33:47 -07:00
PropertyHelperTest.cs
ReflectedActionDescriptorProviderTests.cs Fix for issue #349 2014-08-04 16:49:24 -07:00
ReflectedActionInvokerTest.cs Updating tests using Moq to workaround Roslyn changes 2014-08-04 17:13:19 -07:00
StaticActionDiscoveryConventions.cs Added Logging to Mvc 2014-08-01 15:33:47 -07:00
StaticControllerAssemblyProvider.cs Added Logging to Mvc 2014-08-01 15:33:47 -07:00
TestController.cs Correct XML comment syntax 2014-08-05 14:24:48 -07:00
TypeHelperTest.cs
UrlHelperTest.cs Updating tests using Moq to workaround Roslyn changes 2014-08-04 17:13:19 -07:00
ViewComponentTests.cs
ViewResultTest.cs Updating tests using Moq to workaround Roslyn changes 2014-08-04 17:13:19 -07:00
project.json Added Logging to Mvc 2014-08-01 15:33:47 -07:00