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 Handle `null` entries correctly for `IsEmptyOrWhiteSpace` 2018-07-23 15:25:41 -07:00
Microsoft.AspNetCore.Razor.Test.Common Fix #2265 - Port Blazor testing improvements 2018-10-01 13:00:44 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim Upgrade to netcoreapp22 2018-05-08 15:22:54 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim.ClassLib
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X Upgrade to netcoreapp22 2018-05-08 15:22:54 -07:00
Microsoft.AspNetCore.Razor.Tools.Test Upgrade to netcoreapp22 2018-05-08 15:22:54 -07:00
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 Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07:00
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 Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Fix BackgroundDocumentGenerator flaky tests. 2018-07-27 14:49:12 -07:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor.Test Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
RazorPageGenerator.Test Upgrade to netcoreapp22 2018-05-08 15:22:54 -07:00
testapps Move RazorGenerate and RazorTagHelper tasks in to the Sdk 2018-09-19 10:09:56 -07:00
Directory.Build.props Upgrade to netcoreapp22 2018-05-08 15:22:54 -07:00