aspnetcore/test
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
..
Microsoft.AspNet.Mvc.Core.Test Updating tests using Moq to workaround Roslyn changes 2014-08-04 17:13:19 -07:00
Microsoft.AspNet.Mvc.FunctionalTests
Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test
Microsoft.AspNet.Mvc.ModelBinding.Test Updating tests using Moq to workaround Roslyn changes 2014-08-04 17:13:19 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test
Microsoft.AspNet.Mvc.Test
WebSites