aspnetcore/test/Microsoft.AspNetCore.Razor....
Ryan Nowak 242ea0ee3f Add parsing of includes and imports
Also adds the source document to the RazorSyntaxTree and does some cleanup
related to this. This lets us verify which tree goes to which document and
that seems important.

Added basic tests to verify that parsing happens, though it's not being
used for anything right now.
2017-01-13 11:25:20 -08:00
..
IntegrationTests Adds Instrumentation support 2017-01-11 17:27:52 -08:00
Intermediate Adds Instrumentation support 2017-01-11 17:27:52 -08:00
Legacy Add parsing of includes and imports 2017-01-13 11:25:20 -08:00
Properties
TestFiles Adds Instrumentation support 2017-01-11 17:27:52 -08:00
DefaultDirectiveIRPassTest.cs First cut of adding API sets 2016-12-30 17:58:39 -08:00
DefaultDirectiveSyntaxTreePassTest.cs Add parsing of includes and imports 2017-01-13 11:25:20 -08:00
DefaultDocumentClassifierTest.cs First cut of adding API sets 2016-12-30 17:58:39 -08:00
DefaultInstrumentationPassTest.cs Adds Instrumentation support 2017-01-11 17:27:52 -08:00
DefaultItemCollectionTest.cs
DefaultRazorCodeDocumentTest.cs Add plumbing for imports and includes 2017-01-12 09:25:19 -08:00
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIRPhaseTest.cs
DefaultRazorParsingPhaseTest.cs Add parsing of includes and imports 2017-01-13 11:25:20 -08:00
DefaultRazorRuntimeCSharpLoweringPhaseTest.cs Add model for differentiating design time and runtime parsing. 2016-12-14 12:39:25 -08:00
DefaultRazorSourceDocumentTest.cs Add line-mapping support to RazorSourceDocument 2016-12-20 09:06:12 -08:00
DefaultRazorSyntaxTreePhaseTest.cs
DirectiveDescriptorBuilderTest.cs
HtmlNodeOptimizationPassTest.cs
Microsoft.AspNetCore.Razor.Evolution.Test.csproj Adds Instrumentation support 2017-01-11 17:27:52 -08:00
RazorCodeDocumentExtensionsTest.cs Add parsing of includes and imports 2017-01-13 11:25:20 -08:00
RazorCodeDocumentTest.cs Add plumbing for imports and includes 2017-01-12 09:25:19 -08:00
RazorEngineBuilderExtensions.cs Adds Instrumentation support 2017-01-11 17:27:52 -08:00
RazorEngineBuilderExtensionsTest.cs Add end-to-end support for extensible directives 2016-12-03 18:44:54 -08:00
RazorEngineTest.cs [Fixes #915] Added TagHelper preallocated attribute optimization pass 2017-01-03 11:05:57 -08:00
RazorProjectItemTest.cs
RazorSourceDocumentTest.cs
RazorSyntaxTreeTest.cs
SourceLocationTest.cs Clean up SourceLocation 2017-01-03 10:01:48 -08:00
SourceSpanTest.cs Make SourceSpan public 2017-01-03 12:46:56 -08:00
SyntaxTreeVerifier.cs Adds stronger verification for spans 2016-12-28 21:56:35 -08:00
TagHelperBinderSyntaxTreePassTest.cs Add parsing of includes and imports 2017-01-13 11:25:20 -08:00
TagHelperDescriptorTest.cs Make TagHelperDescriptor public for tooling 2017-01-10 09:06:05 -08:00
TagHelperRequiredAttributeDescriptorTest.cs Make TagHelperDescriptor public for tooling 2017-01-10 09:06:05 -08:00
TestFile.cs Add integration testing 2016-12-06 11:25:04 -08:00
TestRazorCodeDocument.cs Add plumbing for imports and includes 2017-01-12 09:25:19 -08:00
TestRazorSourceDocument.cs