C# Класс Cottle.Test.DocumentTester

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

Открытые свойства

Свойство Тип Описание
constructors Func[]

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

Метод Описание
AssertRender ( string source, string expected ) : void
AssertRender ( string source, string expected, ISetting setting, Action populate, Action listen ) : void
AssertReturn ( string source, string expected ) : void
AssertReturn ( string source, string expected, ISetting setting, Action populate, Action listen ) : void
CommandDeclareValueScope ( string name, string value, string expected ) : void
CommandDeclareValueSimple ( string name, string value, string expected ) : void
CommandEcho ( string value, string expected ) : void
CommandForKeyValue ( string name1, string name2, string source, string body, string expected ) : void
CommandForValue ( string name, string source, string body, string expected ) : void
CommandIf ( string condition, string body, string expected ) : void
CommandReturnDirect ( string value, string expected ) : void
CommandReturnNested ( string a, string b, string expected ) : void
CommandSetFunctionArguments ( string pre, string body, string post, string expected ) : void
CommandSetFunctionRender ( string name, string body, string expected ) : void
CommandSetFunctionReturn ( string name, string body, string expected ) : void
CommandSetValueScope ( string name, string value, string expected ) : void
CommandSetValueSimple ( string name, string value, string expected ) : void
CommandWhile ( string init, string condition, string body, string expected ) : void
EscapeCommand ( string input, char escape, string expected ) : void
EscapeText ( string input, char escape, string expected ) : void
ExpressionAccess ( string access, string expected ) : void
ExpressionConstant ( string constant, string expected ) : void
ExpressionInvoke ( string symbol, string expected ) : void
ExpressionMap ( string expression, string expected ) : void
ExpressionSymbol ( string set, string get, string value ) : void
OptimizeConstantMap ( ) : void
OptimizeReturn ( ) : void
PopulateScope ( ) : Action
SampleFactorial ( string value, string expected ) : void
SampleHanoiTowers ( string disks, string expected ) : void
SamplePowerOfTwo ( string value, string expected ) : void
TestAmbiguous ( ) : void
TextEmpty ( ) : void
TextEscape ( string escaped, string expected ) : void
TextLiteral ( string expected ) : void
TextTrim ( string value, string pattern, string replacement, string expected ) : void

Описание свойств

constructors публичное статическое свойство

public static Func[] constructors
Результат Func[]