aspnetcore/test/Microsoft.AspNetCore.Razor....
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
..
CodeGeneration Change HTML splitting logic to not split on surrogate pairs. 2018-07-13 17:18:56 -07:00
Extensions Generate deterministic unique ids for tag helpers 2018-07-17 14:01:42 -07:00
IntegrationTests Fix #2265 - Port Blazor testing improvements 2018-10-01 13:00:44 -07:00
Intermediate Made IntermediateNodeWalker.Ancestors indexable 2017-07-06 19:24:25 -07:00
Legacy Rename parser tests to have shorter names 2018-07-19 15:22:30 -07:00
Properties
TestFiles Fix #2265 - Port Blazor testing improvements 2018-10-01 13:00:44 -07:00
BoundAttributeDescriptorExtensionsTest.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
DefaultAllowedChildTagDescriptorBuilderTest.cs
DefaultBoundAttributeDescriptorBuilderTest.cs
DefaultDocumentClassifierPassTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DefaultItemCollectionTest.cs
DefaultRazorCSharpLoweringPhaseTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DefaultRazorCodeDocumentTest.cs
DefaultRazorDiagnosticTest.cs
DefaultRazorDirectiveClassifierPhaseTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DefaultRazorDocumentClassifierPhaseTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIntermediateNodeLoweringPhaseIntegrationTest.cs Enable using directive IntelliSense auto-completion. 2018-06-15 13:17:09 -07:00
DefaultRazorIntermediateNodeLoweringPhaseTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DefaultRazorOptimizationPhaseTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DefaultRazorParsingPhaseTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DefaultRazorProjectEngineBuilderTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorProjectEngineIntegrationTest.cs Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07:00
DefaultRazorProjectEngineTest.cs Merge branch 'rel/vs15.7' into release/2.1 2018-03-19 15:57:46 -07:00
DefaultRazorProjectFileSystemTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorProjectItemTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorSyntaxTreePhaseTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DefaultRazorTagHelperBinderPhaseTest.cs Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07:00
DefaultRequiredAttributeDescriptorBuilderTest.cs
DirectiveDescriptorBuilderExtensionsTest.cs Added Name and Documentation to DirectiveTokenDescriptor 2017-11-06 10:55:52 -08:00
DirectiveDescriptorTest.cs
DirectiveRemovalOptimizationPassTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DirectiveTokenEditHandlerTest.cs Re-introduce RazorEditorParser. 2017-07-12 17:01:16 -07:00
DocumentClassifierPassBaseTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
HtmlConventionsTest.cs
HtmlNodeOptimizationPassTest.cs
LargeTextSourceDocumentTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
Microsoft.AspNetCore.Razor.Language.Test.csproj Upgrade to netcoreapp22 2018-05-08 15:22:54 -07:00
RazorCodeDocumentExtensionsTest.cs Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07:00
RazorCodeDocumentTest.cs
RazorDiagnosticDescriptorTest.cs
RazorDiagnosticTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorEngineBuilderExtensionsTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
RazorEngineTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
RazorParserFeatureFlagsTest.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
RazorProjectEngineBuilderExtensionsTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProjectEngineFeatureBaseTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProjectEngineTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProjectItemTest.cs Adjusted verbosity of some property names and made 2017-07-06 18:05:36 -07:00
RazorProjectTest.cs Adjusted verbosity of some property names and made 2017-07-06 18:05:36 -07:00
RazorSourceDocumentTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorSyntaxTreeTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorTemplateEngineTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
SourceChangeTest.cs Renamed symbol to token everywhere 2018-07-06 16:29:36 -07:00
SourceLocationTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
SourceSpanTest.cs
StreamSourceDocumentTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
StringSourceDocumentTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
TagHelperBinderTest.cs Fix: Nested tag helpers do not work when tag helper prefix is set 2017-08-17 15:26:10 -07:00
TagHelperDescriptorBuilderTest.cs
TagHelperDescriptorExtensionsTest.cs
TagHelperMatchingConventionsTest.cs
TagHelperParseTreeRewriterTests.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
TestRazorProject.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
VirtualRazorProjectFileSystemTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
xunit.runner.json