aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Rendering
Pranav K 9d36a45f38 Updating tests using Moq to workaround Roslyn changes
https://roslyn.codeplex.com/workitem/246 affects usage of code with the
latest build of Roslyn with Moq v4.2. The workaround involves ensuring a
closure is created. Updating affected tests to make ToString() calls on
local variables to create these closures.
2014-08-04 17:13:19 -07:00
..
CompositeViewEngineTest.cs
DefaultDisplayTemplatesTests.cs
DefaultEditorTemplatesTests.cs
DefaultTemplatesUtilities.cs Updating tests using Moq to workaround Roslyn changes 2014-08-04 17:13:19 -07:00
HtmlAttributePropertyHelperTest.cs
HtmlHelperDisplayNameExtensionsTest.cs Remove useless `.ToString()` calls in tests 2014-08-01 21:06:23 -07:00
HtmlHelperDisplayTextTest.cs Add `HtmlHelperDisplayTextTest` and `HtmlHelperValueExtensionsTest` classes 2014-08-01 21:06:28 -07:00
HtmlHelperLabelExtensionsTest.cs Add more `ModelMetadata` and HTML helper tests 2014-07-24 18:32:35 -07:00
HtmlHelperNameExtensionsTest.cs Remove useless `.ToString()` calls in tests 2014-08-01 21:06:23 -07:00
HtmlHelperValueExtensionsTest.cs Add `HtmlHelperDisplayTextTest` and `HtmlHelperValueExtensionsTest` classes 2014-08-01 21:06:28 -07:00
ViewContextTests.cs
ViewDataOfTTest.cs