aspnetcore/test/Microsoft.AspNet.Razor.Test/CodeGenerators
N. Taylor Mullen e9292a0e30 Add ability to write start tag only `TagHelper` elements.
- To write a start tag only `TagHelper` you can now utilize the `TagStructure` property on the `TargetElement` attribute. If none is specified it'll be treated as unspecified and default to old behavior of being start/end tag or self-closing.
- Added `TagMode` to showcase what the user initially wrote in their Razor document. This way `TagHelper`s can flow end-to-end in thesame format as they were written with.
- Updated code generation to specify `TagMode` instead of the boolean self-closing.
- Updated existing tests to move from `SelfClosing` => `TagMode`.
- Added `TagStructure` related tests to the set of tests that we currently have for `TagHelperBlockRewriter` and `TagHelperParseTreeRewriter`.

#450
2015-08-13 16:18:06 -07:00
..
AddImportChunkGeneratorTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
CSharpCodeGeneratorTest.cs Avoid errors when generating baselines 2015-06-01 08:42:23 -07:00
CSharpCodeWriterTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
CSharpLineMappingWriterTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
CSharpPaddingBuilderTests.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
CSharpRazorChunkGeneratorTest.cs Remove ~/ handling from core Razor. 2015-07-31 15:55:29 -07:00
CSharpTagHelperRenderingTest.cs Add ability to write start tag only `TagHelper` elements. 2015-08-13 16:18:06 -07:00
CSharpTagHelperRenderingUnitTest.cs Add ability to write start tag only `TagHelper` elements. 2015-08-13 16:18:06 -07:00
CodeGenTestCodeGenerator.cs Making CreateCodeWriter protected so that it can be overridden in Mvc. 2015-06-30 14:51:23 -07:00
CodeGenTestHost.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
CodeWriterTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
DynamicAttributeBlockChunkGeneratorTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
LineMappingTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
RazorChunkGeneratorTest.cs Remove ~/ handling from core Razor. 2015-07-31 15:55:29 -07:00
RazorCommentChunkGeneratorTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
TabTest.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
TagHelperAttributeValueCodeRendererTest.cs Add ability to write start tag only `TagHelper` elements. 2015-08-13 16:18:06 -07:00
TagHelperTestBase.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
TestSpan.cs Transition `HashCodeCombiner` to use the `aspnet/Common` variation. 2015-07-28 10:45:08 -07:00