aspnetcore/test/Microsoft.AspNet.Razor.Test/Generator
N. Taylor Mullen 1879ac6427 Add support for static usings.
- Added special cases to the using statement parser to understand `@using static Foo`.
- Added several unit tests to validate the static using structure.
- Modified existing import code generation tests to validate several static usings.

#44
2015-05-20 21:47:23 -07:00
..
CodeTree
Compiler
AddImportCodeGeneratorTest.cs
AttributeBlockCodeGeneratorTest.cs
CSharpRazorCodeGeneratorTest.cs Add support for static usings. 2015-05-20 21:47:23 -07:00
CSharpTagHelperRenderingTest.cs Address a round of nits 2015-05-19 17:39:26 -07:00
CSharpTagHelperRenderingUnitTest.cs Address a round of nits 2015-05-19 17:39:26 -07:00
CodeGenTestCodeBuilder.cs
CodeGenTestHost.cs
DynamicAttributeBlockCodeGeneratorTest.cs
LineMappingTest.cs
RazorCodeGeneratorTest.cs
RazorCommentCodeGeneratorTest.cs
TabTest.cs
TagHelperAttributeValueCodeRendererTest.cs Address a round of nits 2015-05-19 17:39:26 -07:00
TagHelperTestBase.cs
TestSpan.cs