C# Класс CodeKicker.BBCode.Tests.BBCodeTest

Показать файл Открыть проект

Приватные методы

Метод Описание
DefaultParserWellconfigured ( [ input ) : void
Escape_NoCrash ( [ text, string &escaped ) : void
Escape_Parse_ToText_Roundtrip ( [ text ) : void
Escape_Unescape_Roundtrip ( [ text ) : void
EscapedStringIsSafeForParsing ( [ text ) : void
GetSimpleParser ( ) : BBCodeParser
ReplaceTextSpans_ArbitraryTextSpans_NoCrash ( ) : void
ReplaceTextSpans_ManualTestCases ( ) : void
ReplaceTextSpans_ManualTestCases_TestCase ( string bbCode, string expected, Func getTextSpansToReplace, bool>.Func tagFilter ) : void
ReplaceTextSpans_WhenEmptyModifications_TreeIsPreserved ( ) : void
ReplaceTextSpans_WhenEverythingIsConvertedToX_OutputContainsOnlyX_CheckedWithContains ( ) : void
ReplaceTextSpans_WhenEverythingIsConvertedToX_OutputContainsOnlyX_CheckedWithTreeWalk ( ) : void
ReplaceTextSpans_WhenNoModifications_TreeIsPreserved ( ) : void