aspnetcore/test/Microsoft.AspNet.Razor.Test
N. Taylor Mullen 5df9b52afe Renamed and moved several Razor classes for clarity.
- Renamed CodeGenerators to ChunkGenerators.
- Updated location of TestFiles from TestFiles/CodeGenerator/CS/{Output|Source} => TestFiles/CodeGenerator/{Output|Source}.
- Removed ChunkTree test; it was a legacy test used to experiment with Razor rendering (not a real test).
- Removed CSharpRazorCodeGenerator; it's now replaced with RazorCodeGenerator. It was an empty class that did nothing.
- Updated ChunkBlock => ParentChunk. Also updated several patterns throughout the code base that referenced these blocks as blocks and not parents.
- Moved Chunks and ChunkGenerators into the Chunks/Chunks.Generators namespace/folder structure. Updated test project to reflect the same.
- Moved CodeBuilders and CodeVisitors to the CodeGeneration/CodeGeneration.Visitors namespace/folder structure. Updated test project to reflect the same.
- Moved several TagHelper assets outside of their own namespaces and into Razors more general structures; such as CodeGeneration and Chunks/Chunks.Generators.

#140
2015-05-27 17:00:25 -07:00
..
Chunks Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
CodeGeneration Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
Editor
Framework Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
Parser Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
TagHelpers Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
TestFiles Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
Text
Tokenizer
Utils
CSharpRazorCodeLanguageTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
Microsoft.AspNet.Razor.Test.xproj
RazorCodeLanguageTest.cs
RazorEngineHostTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
RazorErrorTest.cs
RazorTemplateEngineTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
SourceLocationTest.cs
StringTextBuffer.cs
project.json