aspnetcore/test/Microsoft.AspNetCore.Razor....
Ryan Nowak 03dea86c4e Adding more tests and clarity around file paths
I noticed we were really undertesting all of the things that handle
paths and file names. I gave this some love and a little clean up where
we weren't doing the right thing in RazorSourceDocument.

Also changed the template engine tests to use the
FileSystemRazorProject. These tests are already using the files on disk
as inputs. I turned off checksums for these since they now have the full
file path, and that would not be portable.
2018-01-08 22:53:49 -08:00
..
CodeGeneration Add metadata to Razor (#1894) 2018-01-02 13:30:50 -08:00
Extensions Add an Identifier by default 2018-01-06 18:43:01 -08:00
IntegrationTests Adding more tests and clarity around file paths 2018-01-08 22:53:49 -08:00
Intermediate
Legacy Removed LegacyRazorDiagnostic and RazorError 2017-12-27 11:43:19 -08:00
Properties
TestFiles Adding more tests and clarity around file paths 2018-01-08 22:53:49 -08:00
BoundAttributeDescriptorExtensionsTest.cs
DefaultAllowedChildTagDescriptorBuilderTest.cs
DefaultBoundAttributeDescriptorBuilderTest.cs
DefaultDocumentClassifierPassTest.cs
DefaultItemCollectionTest.cs
DefaultRazorCSharpLoweringPhaseTest.cs
DefaultRazorCodeDocumentTest.cs
DefaultRazorDiagnosticTest.cs
DefaultRazorDirectiveClassifierPhaseTest.cs
DefaultRazorDocumentClassifierPhaseTest.cs
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIntermediateNodeLoweringPhaseIntegrationTest.cs
DefaultRazorIntermediateNodeLoweringPhaseTest.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
DefaultRazorOptimizationPhaseTest.cs
DefaultRazorParsingPhaseTest.cs
DefaultRazorSyntaxTreePhaseTest.cs
DefaultRazorTagHelperBinderPhaseTest.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
DefaultRequiredAttributeDescriptorBuilderTest.cs
DirectiveDescriptorBuilderExtensionsTest.cs
DirectiveDescriptorTest.cs
DirectiveRemovalOptimizationPassTest.cs
DirectiveTokenEditHandlerTest.cs
DocumentClassifierPassBaseTest.cs
FileSystemRazorProjectItemTest.cs Add RelativePhysicalPath 2018-01-08 19:37:54 -08:00
FileSystemRazorProjectTest.cs Adding more tests and clarity around file paths 2018-01-08 22:53:49 -08:00
HtmlConventionsTest.cs
HtmlNodeOptimizationPassTest.cs
LargeTextSourceDocumentTest.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
Microsoft.AspNetCore.Razor.Language.Test.csproj Prevent type name collisions when file hierarchy + namespace is identical (#1881) 2018-01-02 09:41:10 -08:00
RazorCodeDocumentExtensionsTest.cs Add an Identifier by default 2018-01-06 18:43:01 -08:00
RazorCodeDocumentTest.cs
RazorDiagnosticDescriptorTest.cs
RazorDiagnosticTest.cs Removed LegacyRazorDiagnostic and RazorError 2017-12-27 11:43:19 -08:00
RazorEngineBuilderExtensionsTest.cs
RazorEngineTest.cs Add an Identifier by default 2018-01-06 18:43:01 -08:00
RazorParserFeatureFlagsTest.cs
RazorProjectItemTest.cs
RazorProjectTest.cs
RazorSourceDocumentTest.cs Adding more tests and clarity around file paths 2018-01-08 22:53:49 -08:00
RazorSyntaxTreeTest.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
RazorTemplateEngineTest.cs Adding more tests and clarity around file paths 2018-01-08 22:53:49 -08:00
SourceChangeTest.cs
SourceLocationTest.cs Revert "Revert "Include LineIndex and CharacterIndex when comparing SourceLocation"" 2017-12-20 15:27:15 -08:00
SourceSpanTest.cs
StreamSourceDocumentTest.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
StringSourceDocumentTest.cs Add relative path to source document 2018-01-05 18:15:06 -08:00
TagHelperBinderTest.cs
TagHelperDescriptorBuilderTest.cs
TagHelperDescriptorExtensionsTest.cs
TagHelperMatchingConventionsTest.cs
xunit.runner.json