C# Класс Acquarella.Tests.Lexers.LexerTests

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

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

Метод Описание
ConfigureCSharpByFile ( ) : void
ConfigureCSharpByName ( ) : void
ConfigureJavascript ( ) : void
ConfigurePython ( ) : void
ConfigureRuby ( ) : void
ConfigureWithNonExistentName ( ) : void
GetDotAsOperator ( ) : void
GetDotAsPuntuation ( ) : void
GetInteger ( ) : void
GetKeywordAndName ( ) : void
GetLineCommentWithDoubleSlash ( ) : void
GetLineCommentWithSheBang ( ) : void
GetNameAndPunctuation ( ) : void
GetNameToken ( ) : void
GetNameTokenWithSpaces ( ) : void
GetNameTokenWithWhiteChars ( ) : void
GetNoTokenOnBlankString ( ) : void
GetNoTokenOnEmptyString ( ) : void
GetOperators ( ) : void
GetPuntuations ( ) : void
GetReal ( ) : void
GetSimpleString ( ) : void
GetSimpleStringWithSingleQuote ( ) : void
GetTwoNames ( ) : void
GetTwoQuotedStrings ( ) : void
GetTwoStrings ( ) : void
Setup ( ) : void