aspnetcore/test
Ryan Nowak f425134ffe Fix #2265 - Port Blazor testing improvements
The Blazor test infrastructure made a copy of the code in Razor and then
added some more features. This change backports the features needed for
the style of test we're using in Blazor.

I updated the MVC integration tests to use the new style, but I think
there's limited value in trying to rev all of the old tests.

One feature in particular that I removed from the old infrastructure was
the automatic inference of imports based on the file system. This
feature was wierd and doesn't parallel how these features work in
actuality. It's easy and more natural to test imports in new style
tests.
2018-10-01 13:00:44 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Fix #2265 - Port Blazor testing improvements 2018-10-01 13:00:44 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test Fix #2265 - Port Blazor testing improvements 2018-10-01 13:00:44 -07:00
Microsoft.AspNetCore.Razor.Design.Test Move RazorGenerate and RazorTagHelper tasks in to the Sdk 2018-09-19 10:09:56 -07:00
Microsoft.AspNetCore.Razor.Language.Test Fix #2265 - Port Blazor testing improvements 2018-10-01 13:00:44 -07:00
Microsoft.AspNetCore.Razor.Runtime.Test Allow content to be written after caught exception from child TagHelper. 2018-08-29 16:00:15 -07:00
Microsoft.AspNetCore.Razor.Test
Microsoft.AspNetCore.Razor.Test.Common Fix #2265 - Port Blazor testing improvements 2018-10-01 13:00:44 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim
Microsoft.AspNetCore.Razor.Test.MvcShim.ClassLib
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X
Microsoft.AspNetCore.Razor.Tools.Test
Microsoft.CodeAnalysis.Razor.Test Check for ITagHelper in tag helper feature provider (#2602) 2018-09-18 16:52:34 -07:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test
Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common
Microsoft.VisualStudio.Editor.Razor.Test Changed `GetDesiredIndentation` to be resilient to our SyntaxTree which occasionally has gaps. 2018-07-30 10:45:18 -07:00
Microsoft.VisualStudio.Editor.Razor.Test.Common
Microsoft.VisualStudio.LanguageServices.Razor.Test Fix BackgroundDocumentGenerator flaky tests. 2018-07-27 14:49:12 -07:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor.Test
RazorPageGenerator.Test
testapps Move RazorGenerate and RazorTagHelper tasks in to the Sdk 2018-09-19 10:09:56 -07:00
Directory.Build.props