C# Класс AjTalk.Tests.EvaluateTests

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

Защищенные методы

Метод Описание
Evaluate ( string text, System.Machine machine ) : object

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

Метод Описание
BasicNewObject ( ) : void
CompileClassMethod ( IBehavior cls, string text, System.Machine machine ) : void
CompileInstanceMethod ( IBehavior cls, string text, System.Machine machine ) : void
CreateAgent ( ) : void
CreateAndInvokeAgent ( ) : void
CreateDotNetFileInfo ( ) : void
CreateDotNetObject ( ) : void
CreateDotNetObjectUsingNew ( ) : void
DefineAgent ( ) : void
DefineClass ( ) : void
DefineClassWithInstanceClassVariablesAndCategory ( ) : void
DefineClassesUsingSemicolon ( ) : void
DefineNativeBehavior ( ) : void
DefineVariableClassWithInstanceClassVariablesAndCategory ( ) : void
Evaluate ( string text ) : object
EvaluateAddStringToInteger ( ) : void
EvaluateAddTwoStrings ( ) : void
EvaluateArrayIncludes ( ) : void
EvaluateArraySelect ( ) : void
EvaluateAssertWhenTrue ( ) : void
EvaluateAssignment ( ) : void
EvaluateAssignmentAndGlobal ( ) : void
EvaluateBlockValue ( ) : void
EvaluateBlockWithArgument ( ) : void
EvaluateBlockWithArguments ( ) : void
EvaluateBlockWithInteger ( ) : void
EvaluateBlockWithIntegerInMethod ( ) : void
EvaluateBlockWithIntegerParameter ( ) : void
EvaluateBlockWithReturn ( ) : void
EvaluateBlockWithTwoIntegerParameters ( ) : void
EvaluateCollection ( ) : void
EvaluateCompositeCollection ( ) : void
EvaluateEqual ( ) : void
EvaluateEqualEqual ( ) : void
EvaluateFalseAsFalse ( ) : void
EvaluateFalseIfTrue ( ) : void
EvaluateGlobalVariable ( ) : void
EvaluateGreater ( ) : void
EvaluateHeterogeneousCollection ( ) : void
EvaluateIfFalse ( ) : void
EvaluateIfTrue ( ) : void
EvaluateInteger ( ) : void
EvaluateIntegerAdd ( ) : void
EvaluateIntegerAddAndEquals ( ) : void
EvaluateIntegerLess ( ) : void
EvaluateIntegerOperators ( ) : void
EvaluateIntegerSubstring ( ) : void
EvaluateIntegerToString ( ) : void
EvaluateLess ( ) : void
EvaluateLocalInstanceInInnerBlock ( ) : void
EvaluateMethodWithInternalReturn ( ) : void
EvaluateMethodWithInternalReturnIfFalse ( ) : void
EvaluateNilAsNull ( ) : void
EvaluateNilIfNil ( ) : void
EvaluateNullAsNull ( ) : void
EvaluateSelfAsReturnInMethodWithoutReturn ( ) : void
EvaluateSetArgument ( ) : void
EvaluateSimpleAssign ( ) : void
EvaluateSimpleAt ( ) : void
EvaluateSimpleDo ( ) : void
EvaluateSimpleSelect ( ) : void
EvaluateString ( ) : void
EvaluateStringConcatenation ( ) : void
EvaluateStringConcatenationWithInteger ( ) : void
EvaluateStringConcatenationWithNil ( ) : void
EvaluateStringIfNilIfNotNil ( ) : void
EvaluateStringIsNilIsNotNil ( ) : void
EvaluateSuperNew ( ) : void
EvaluateTrueAsTrue ( ) : void
EvaluateTrueIfFalse ( ) : void
EvaluateTrueIfFalseIfTrue ( ) : void
EvaluateTrueIfTrueIfFalse ( ) : void
EvaluateTwoAssignments ( ) : void
EvaluateTypeIsNil ( ) : void
EvaluateTypeIsNotNil ( ) : void
EvaluateWhileFalse ( ) : void
EvaluateWhileFalseWithInternalReturn ( ) : void
EvaluateWhileTrue ( ) : void
EvaluateWhileTrueWithInternalReturn ( ) : void
GetDotNetObjectType ( ) : void
GetSystemConsole ( ) : void
GetSystemDataDataSet ( ) : void
IntegerToString ( ) : void
InvokeDotNetMethod ( ) : void
InvokeDotNetMethodWithParameters ( ) : void
InvokeStaticDotNetMethod ( ) : void
InvokeStaticDotNetMethodUsingMessage ( ) : void
MakeByteArray ( ) : void
MakeDotNetObjectArray ( ) : void
MakeDotNetObjectArrayType ( ) : void
NilIsNil ( ) : void
RaiseWhenEvaluateAssertFails ( ) : void
RaiseWhenEvaluateRaise ( ) : void
SetGetClassVariableInClassMethod ( ) : void
SetGetClassVariableInInstanceMethod ( ) : void
Setup ( ) : void

Описание методов

Evaluate() защищенный Метод

protected Evaluate ( string text, System.Machine machine ) : object
text string
machine System.Machine
Результат object