aspnetcore/test/Microsoft.AspNetCore.Razor..../Legacy
Artak Mkrtchyan ae94c3c452
- Updated naming for methods to be more intuitive.
- Added extra tests for clarity
- Added extra comments to clarify complex areas
2018-03-09 18:18:16 -08:00
..
BaselineWriter.cs
BlockTest.cs Make Block and Span cache Length. 2018-01-16 21:14:46 -08:00
CSharpAutoCompleteTest.cs Removed LegacyResources.resx 2017-12-22 15:59:35 -08:00
CSharpBlockTest.cs Removed LegacyRazorDiagnostic and RazorError 2017-12-27 11:43:19 -08:00
CSharpDirectivesTest.cs Removed LegacyRazorDiagnostic and RazorError 2017-12-27 11:43:19 -08:00
CSharpErrorTest.cs Removed LegacyResources.resx 2017-12-22 15:59:35 -08:00
CSharpExplicitExpressionTest.cs Removed LegacyResources.resx 2017-12-22 15:59:35 -08:00
CSharpImplicitExpressionTest.cs Moved TokenizerBackerParser out of LegacyRazorDiagnostic 2017-12-20 11:21:05 -08:00
CSharpLanguageCharacteristicsTest.cs
CSharpNestedStatementsTest.cs
CSharpRazorCommentsTest.cs Removed LegacyResources.resx 2017-12-22 15:59:35 -08:00
CSharpReservedWordsTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpSectionTest.cs HtmlMarkupParser is now aware of HtmlComment blocks. Majority (if not all, will confirm soon) tests have been updated to account for HtmlComment blocks. 2018-03-08 13:37:03 -08:00
CSharpSpecialBlockTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpStatementTest.cs Moved TokenizerBackerParser out of LegacyRazorDiagnostic 2017-12-20 11:21:05 -08:00
CSharpTemplateTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpToMarkupSwitchTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpTokenizerCommentTest.cs
CSharpTokenizerIdentifierTest.cs
CSharpTokenizerLiteralTest.cs
CSharpTokenizerOperatorsTest.cs
CSharpTokenizerTest.cs
CSharpTokenizerTestBase.cs
CSharpVerbatimBlockTest.cs Moved CSharpCodeParser out of LegacyRazorDiagnostic 2017-12-19 15:59:37 -08:00
CSharpWhitespaceHandlingTest.cs
CodeParserTestBase.cs
CsHtmlCodeParserTestBase.cs
CsHtmlMarkupParserTestBase.cs
DirectiveCSharpTokenizerTest.cs
DirectiveHtmlTokenizerTest.cs
DisposableActionTest.cs
ExceptionHelpers.cs
HtmlAttributeTest.cs Revert "Revert "Include LineIndex and CharacterIndex when comparing SourceLocation"" 2017-12-20 15:27:15 -08:00
HtmlBlockTest.cs Added extra test to cover extra dash in closing comment 2018-03-09 11:52:23 -08:00
HtmlDocumentTest.cs Updated the Comments detection to comply with HTML 5 specification 2018-03-08 13:37:04 -08:00
HtmlErrorTest.cs Moved HtmlMarkupParser out of LegacyRazorDiagnostic 2017-12-19 18:07:23 -08:00
HtmlMarkupParserTests.cs - Updated naming for methods to be more intuitive. 2018-03-09 18:18:16 -08:00
HtmlParserTestUtils.cs
HtmlTagsTest.cs Fixed all the tests to reflect HtmlComment block type support 2018-03-08 13:37:03 -08:00
HtmlToCodeSwitchTest.cs Fixed all the tests to reflect HtmlComment block type support 2018-03-08 13:37:03 -08:00
HtmlTokenizerTest.cs
HtmlTokenizerTestBase.cs
LineTrackingStringBufferTest.cs
MarkupParserTestBase.cs
MiscUtils.cs
RazorParserTest.cs
SourceLocationTrackerTest.cs
SpanTest.cs Make Block and Span cache Length. 2018-01-16 21:14:46 -08:00
TagHelperBlockRewriterTest.cs Updated the test TagHelperBlockRewriteTest class 2018-03-08 13:37:04 -08:00
TagHelperBlockTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
TagHelperParseTreeRewriterTest.cs Added extra tests for non-covered scenarios: 2018-03-09 17:18:57 -08:00
TagHelperRewritingTestBase.cs
TextReaderExtensionsTest.cs
TokenizerLookaheadTest.cs - Clarified the code where the comment content ending is checked to be allowed or not. 2018-03-09 09:16:17 -08:00
TokenizerTestBase.cs
WhiteSpaceRewriterTest.cs