aspnetcore/test/Microsoft.AspNetCore.Razor....
Ryan Nowak 853c28e568 Add integration testing
This change adds a basic framework for doing baselined integration tests.
This is very similar to what we do elsewhere with generated files and
tests that read them from resources.

What's here now is the support to do this kind of baselining with IR in a
pretty readable serialization format.

This is a building block and the intent is that we'd do something similar
in the future for syntax nodes and C# source.

Looking at the code of the tests in particular, we'll also build the
ability to capture the documents at key points (such as before/after a
targeted phase) and then verify them in the same manner.
2016-12-06 11:25:04 -08:00
..
IntegrationTests Add integration testing 2016-12-06 11:25:04 -08:00
Intermediate
Legacy Add integration testing 2016-12-06 11:25:04 -08:00
Properties
TestFiles Add integration testing 2016-12-06 11:25:04 -08:00
DefaultItemCollectionTest.cs
DefaultRazorCodeDocumentTest.cs
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIRPhaseTest.cs
DefaultRazorParsingPhaseTest.cs Add end-to-end support for extensible directives 2016-12-03 18:44:54 -08:00
DefaultRazorSourceDocumentTest.cs
DefaultRazorSyntaxTreePhaseTest.cs
DirectiveDescriptorBuilderTest.cs
HtmlNodeOptimizationPassTest.cs
Microsoft.AspNetCore.Razor.Evolution.Test.xproj
RazorCodeDocumentExtensionsTest.cs Add RazorCSharpSourceDocument 2016-12-04 23:30:55 -08:00
RazorCodeDocumentTest.cs
RazorEngineBuilderExtensionsTest.cs Add end-to-end support for extensible directives 2016-12-03 18:44:54 -08:00
RazorEngineTest.cs
RazorProjectItemTest.cs
RazorSourceDocumentTest.cs
RazorSyntaxTreeTest.cs
TagHelperBinderSyntaxTreePassTest.cs Add end-to-end support for extensible directives 2016-12-03 18:44:54 -08:00
TestFile.cs Add integration testing 2016-12-06 11:25:04 -08:00
TestRazorCodeDocument.cs
TestRazorSourceDocument.cs
project.json