aspnetcore/test/Microsoft.AspNetCore.Razor..../IntegrationTests
Ajay Bhargav Baaskaran 8ac5468714 Refactor IR phases
- Added DirectiveRemovalIRPass
 - Added IRazorDocumentClassifierPhase, IRazorDirectiveClassifierPhase and
   IRazorIROptimizationPhase
 - Added all the related passes and default implementations
 - Refactored DefaultDirectiveIRPass to do the right thing
 - Execute method in IR passes now return void
 - Added tests for the new phases
2017-02-14 14:51:36 -08:00
..
BasicIntegrationTest.cs Flow parser errors over to the CSharpDocument 2017-01-26 15:32:03 -08:00
CodeGenerationIntegrationTest.cs Refactor IR phases 2017-02-14 14:51:36 -08:00
HtmlAttributeIntegrationTest.cs
ImportsIntegrationTest.cs
InstrumentationPassIntegrationTest.cs [Fixes #961] Disable instrumentation for TagHelper attribute values 2017-02-01 15:26:13 -08:00
IntegrationTestBase.cs Bump test projects up to .NET 4.5.2 2017-02-14 08:48:29 -08:00
IntializeTestFileAttribute.cs
LineMappingsSerializer.cs Make LineMapping public 2017-02-03 15:50:34 -08:00
PageDocumentIntegrationTest.cs
RazorIRNodeSerializer.cs
RazorIRNodeVerifier.cs
RazorIRNodeWriter.cs
TagHelpersIntegrationTest.cs
TestTagHelperDescriptors.cs [Fixes #958] Added support for AddTagHelper, RemoveTagHelper and TagHelperPrefix directives 2017-01-30 15:40:05 -08:00