aspnetcore/test/Microsoft.AspNet.Razor.Test/Parser/Html
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
..
HtmlAttributeTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
HtmlBlockTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
HtmlDocumentTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
HtmlErrorTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
HtmlParserTestUtils.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
HtmlTagsTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
HtmlToCodeSwitchTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
HtmlUrlAttributeTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00