- Added utility methods to construct valid SyntaxTreeNodes that represent the @removetaghelper directive. - Added parse level unit tests to validate the @removetaghelper generates an accurate SyntaxTreeNode. - Added parse level unit tests to validate the @removetaghelper throws with bad formats. - Added TagHelperRegistration unit tests to validate the AddOrRemoveTagHelperCodeGenerators are understood and affect the descriptors found. - Added Designtime mapping tests to validate correct source mappings are made to ensure proper coloring and lack-of C# intellisense. - Added end-to-end tests to validate @removetaghelper can essentially disable TagHelpers on a page. #112 |
||
|---|---|---|
| .. | ||
| CSharpAutoCompleteTest.cs | ||
| CSharpBlockTest.cs | ||
| CSharpDirectivesTest.cs | ||
| CSharpErrorTest.cs | ||
| CSharpExplicitExpressionTest.cs | ||
| CSharpHelperTest.cs | ||
| CSharpImplicitExpressionTest.cs | ||
| CSharpLayoutDirectiveTest.cs | ||
| CSharpNestedStatementsTest.cs | ||
| CSharpRazorCommentsTest.cs | ||
| CSharpReservedWordsTest.cs | ||
| CSharpSectionTest.cs | ||
| CSharpSpecialBlockTest.cs | ||
| CSharpStatementTest.cs | ||
| CSharpTemplateTest.cs | ||
| CSharpToMarkupSwitchTest.cs | ||
| CSharpVerbatimBlockTest.cs | ||
| CSharpWhitespaceHandlingTest.cs | ||