aspnetcore/test/Microsoft.AspNetCore.Blazor.../Razor
Ryan Nowak 707e781e5d Add Razor baseline test infrastructure
Ports somee infrastructure and converts Razor code generation tests to use
it. This makes it much easier to make cross cutting changes to code
generation and see the effect.

Use build /p:GenerateBaselines=true to update all of the generated code
in place or when adding new tests. Generally if tests are failing, the
easiest thing to do is to update the baselines and do a git diff to see
what the deltas are.

The changes to the tests here are to use the new baseline infrastructure
and to rename classes/methods to result in shorter file paths.
2018-04-04 08:05:59 -07:00
..
InitializeTestFileAttribute.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
IntermediateNodeSerializer.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
IntermediateNodeVerifier.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
IntermediateNodeWriter.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
NotFoundProjectItem.cs
RazorDiagnosticSerializer.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
SourceMappingsSerializer.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
TestFile.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
TestProject.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
VirtualProjectFileSystem.cs
VirtualProjectItem.cs