A B C D E F G H I J K L M N O P R S T U V W X Y Z _

T

TEST_OBJECT_INIT - Static variable in class edu.vub.at.objects.symbiosis.SymbiosisTest
 
TXTambienttalk_ - Variable in class edu.vub.at.objects.natives.PrimitivesTest
 
TXTcommas_ - Variable in class edu.vub.at.objects.natives.PrimitivesTest
 
TestEval - class edu.vub.at.objects.natives.grammar.TestEval.
Tests the ATObject.meta_eval(ATContext) method for different kinds of abstract grammar elements.
TestEval() - Constructor for class edu.vub.at.objects.natives.grammar.TestEval
 
TestFieldMap - class edu.vub.at.objects.natives.TestFieldMap.
 
TestFieldMap() - Constructor for class edu.vub.at.objects.natives.TestFieldMap
 
TestParameterBinding - class edu.vub.at.objects.natives.grammar.TestParameterBinding.
Unit test for parameter binding during e.g. function call.
TestParameterBinding() - Constructor for class edu.vub.at.objects.natives.grammar.TestParameterBinding
 
True - Variable in class edu.vub.at.objects.mirrors.ReflectiveAccessTest
 
TutorialTest - class edu.vub.at.tutorial.TutorialTest.
TODO document the class TutorialTest
TutorialTest() - Constructor for class edu.vub.at.tutorial.TutorialTest
 
tblExp_ - Variable in class edu.vub.at.objects.natives.grammar.AGAssignTable
 
tblExp_ - Variable in class edu.vub.at.objects.natives.grammar.AGTabulation
 
tblName_ - Variable in class edu.vub.at.objects.natives.grammar.AGDefTable
 
tearDown() - Method in class edu.vub.at.AmbientTalkTestCase
 
tearDown() - Method in class edu.vub.at.actors.natives.DistributionTest
 
tearDown() - Method in class edu.vub.at.objects.natives.NATNamespaceTest
 
test() - Method in class edu.vub.at.AmbientTalkTest.Actorscript
 
testAGSerialization() - Method in class edu.vub.at.actors.natives.SerializationTest
 
testAT2JavaConversion() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Test the conversion function Symbiosis.ambientTalkToJava for various kinds of input.
testAcquisition() - Method in class edu.vub.at.objects.mirrors.MirrorsOnNativesTest
 
testActorCreation() - Method in class edu.vub.at.actors.natives.ActorTest
Tests whether an actor can be correctly created and whether it contains the appropriate initialized behaviour.
testActorMessageReception() - Method in class edu.vub.at.actors.natives.ActorTest
 
testAddition() - Method in class edu.vub.at.objects.mirrors.MirrorsOnNativesTest
 
testAllObjectsCanBeUsedAsExceptions() - Method in class edu.vub.at.objects.natives.ExceptionHandlingTest
Any AmbientTalk Language value can be used as an exception, proving there is nothing special about exceptions.
testArgumentSplicing() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testAssignField() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testAssignTable() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testAssignVariable() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testBaseFieldAccess() - Method in class edu.vub.at.objects.mirrors.InvocationTest
Tests the accessing of fields on a natively implemented table.
testBaseFieldAssignment() - Method in class edu.vub.at.objects.mirrors.InvocationTest
Tests the accessing of fields on a natively implemented table.
testBaseInvocation() - Method in class edu.vub.at.objects.mirrors.InvocationTest
This test initialises a lexical root with the values success, fail, true and false.
testBasicImport() - Method in class edu.vub.at.objects.natives.LexicalRootTest
Tests whether a basic import of fields and methods from a 'trait' object into a 'host' object works properly.
testBasicProgramming() - Method in class edu.vub.at.tutorial.TutorialTest
 
testBegin() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testBooleanPrimitives() - Method in class edu.vub.at.objects.natives.PrimitivesTest
 
testBugfixOverloadedConstructor() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
BUGFIX TEST: jlobby.java.lang.StringBuffer.new(10) failed to discriminate between constructors StringBuffer(String) and StringBuffer(int), reason was that anything native was convertible to NATText and also to String.
testCasting() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests casting to manually resolve overloaded method invocations Selecting a method from a Java object results in a JavaClosure instance.
testCloneFieldReinit() - Method in class edu.vub.at.objects.natives.CustomFieldsTest
Tests whether the fields of clones are properly re-initialized
testCloning() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests cloning behaviour for both wrapped class instances and classes.
testClosureApplication() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testClosureLiteral() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testClosurePrimitives() - Method in class edu.vub.at.objects.natives.PrimitivesTest
 
testCoercedBaselevelFieldAccess() - Method in class edu.vub.at.objects.mirrors.CoercionTest
 
testCoercedBaselevelInvocation() - Method in class edu.vub.at.objects.mirrors.CoercionTest
 
testCoercedMetalevelInvocation() - Method in class edu.vub.at.objects.mirrors.CoercionTest
 
testCoercedPrimitiveInvocation() - Method in class edu.vub.at.objects.mirrors.CoercionTest
 
testCoercedReturnValue() - Method in class edu.vub.at.objects.mirrors.CoercionTest
 
testCoercerSerialization() - Method in class edu.vub.at.actors.natives.SerializationTest
Tests whether a coercer correctly implements writeReplace to return the principal to serialize, instead of the coercer itself.
testConflictingImport() - Method in class edu.vub.at.objects.natives.LexicalRootTest
Tests whether conflicts are successfully detected.
testCreationViaJavaObject() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests the invocation of new on a wrapped Java Object, rather than on a Java Class.
testCurriedInvocations() - Method in class edu.vub.at.parser.ATWalkerTest
 
testCurrying() - Method in class edu.vub.at.parser.ATParserTest
Tests grammar support for currying invocations - e.g. following references with an arbitrary amount of send expressions.
testCustomDuplicate() - Method in class edu.vub.at.objects.natives.CustomFieldsTest
Tests that duplicate slots are still trapped, even with custom fields
testCustomFieldAddition() - Method in class edu.vub.at.objects.natives.CustomFieldsTest
Tests whether a custom field can be added to a native object
testCustomFieldRead() - Method in class edu.vub.at.objects.natives.CustomFieldsTest
Tests whether a custom field can be read via readField
testCustomFieldWrite() - Method in class edu.vub.at.objects.natives.CustomFieldsTest
Tests whether a custom field can be written via writeField
testCustomInstanceCreation() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests the invocation of new on a wrapped Java Class.
testDeepEscapeCase() - Method in class edu.vub.at.objects.natives.EscapeTest
 
testDefExternalField() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testDefExternalMethod() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testDefField() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testDefFunction() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testDefTable() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testDelegatedMethodInvocation() - Method in class edu.vub.at.objects.natives.NATObjectClosureTest
NATIVE TEST: Tests the validity of the various scope pointers in a context object when applying a method in a simple hierarchy of objects
testDelegatedMethodScope() - Method in class edu.vub.at.objects.natives.NATObjectClosureTest
AmbientTalk introduces first class delegation using the ^ symbol.
testDelegation() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testDownSelector() - Method in class edu.vub.at.objects.mirrors.ReflectionTest
 
testExceptionInInstanceCreation() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests an instance creation that raises an exception
testExpressionGrammar() - Method in class edu.vub.at.parser.ATParserTest
Tests for the validity of all expression abstract grammar elements.
testExpressionGrammar() - Method in class edu.vub.at.parser.ATWalkerTest
 
testExtend() - Method in class edu.vub.at.objects.natives.NATObjectClosureTest
NATIVE TEST: Makes a simple extension of an orphan object using a closure.
testExternalDefinitionOnIsolates() - Method in class edu.vub.at.objects.natives.NATObjectClosureTest
Since external definitions inherently are equipped access to their lexical scope, and isolates are prohibited access to any form of lexical scope so that they can be copied between actors, these mechanisms are irreconcilable.
testExternalMethodBindings() - Method in class edu.vub.at.objects.natives.NATObjectClosureTest
NATIVE TEST: Tests whether the definition of an external method refers to the correct bindings for: - lexically accessed variables - the value of 'self' - the value of 'super'
testExternalMethodScope() - Method in class edu.vub.at.objects.natives.NATObjectClosureTest
Methods can be added to an object using external method definitions.
testFaultyArity() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Invokes the method 'gettertest' with one argument instead of zero.
testFaultyCase() - Method in class edu.vub.at.objects.natives.EscapeTest
 
testFaultyNestedCase() - Method in class edu.vub.at.objects.natives.EscapeTest
 
testFaultySelfEvalCase() - Method in class edu.vub.at.objects.natives.EscapeTest
 
testFieldListing() - Method in class edu.vub.at.objects.natives.CustomFieldsTest
Tests whether custom fields appear in the listFields table
testField_ - Variable in class edu.vub.at.objects.natives.CustomFieldsTest
 
testFirstClassAsyncMessage() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testFirstClassFields() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests first-class field access for both instances and classes
testFirstClassMessage() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testFirstClassMethods() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests first-class method access for both instances and classes
testFractionPrimitives() - Method in class edu.vub.at.objects.natives.PrimitivesTest
 
testHost_ - Variable in class edu.vub.at.objects.natives.CustomFieldsTest
 
testIllegalArgs() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Invokes the method 'settertest' with a double (fraction) instead of an int (number)
testIllegalArgsInstanceCreation() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests whether incorrect arguments passed to constructor terminate cleanly.
testIllegalAssignment() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tries to assign to a final public field
testIllegalMandatoryAfterOptional() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests whether mandatory arguments specified after optional arguments results in a proper XIllegalParameter exception.
testIllegalMandatoryAfterRest() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests whether mandatory arguments specified after the rest parameter results in a proper XIllegalParameter exception.
testIllegalOptionalAfterRest() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests whether optional arguments specified after the rest parameter results in a proper XIllegalParameter exception.
testImportAndAliasing() - Method in class edu.vub.at.objects.natives.LexicalRootTest
Tests whether aliasing works properly.
testImportAndAliasingAndExclusion() - Method in class edu.vub.at.objects.natives.LexicalRootTest
Tests whether aliasing and exclusion work properly together.
testImportAndExclusion() - Method in class edu.vub.at.objects.natives.LexicalRootTest
Tests whether exclusion works properly.
testInterfacesAndStripes() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests whether Java interface types are correctly treated as AT/2 stripes.
testInterpreterExceptionHandling() - Method in class edu.vub.at.objects.natives.ExceptionHandlingTest
The exceptions thrown by the interpreter can be intercepted by a program as they are also striped objects, striped to identify their function.
testInterpreterExceptionThrowing() - Method in class edu.vub.at.objects.natives.ExceptionHandlingTest
To avoid improper interference with the interpreter, user code should never throw interpreter exceptions.
testInvocation() - Method in class edu.vub.at.objects.mirrors.MirrorsOnNativesTest
 
testInvokeLexicallyVisibleMethod() - Method in class edu.vub.at.objects.natives.NATObjectClosureTest
When objects are lexically nested, the nested object has lexical access to the methods of the enclosing object.
testIsolateScope() - Method in class edu.vub.at.objects.natives.NATObjectClosureTest
Isolates are objects which have no access to variables in their lexical scope (hence their name).
testJLobbyExplicitClassLoading() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests whether lowercase classes can be loaded via the class method of a JavaPackage.
testJLobbyExplicitPackageLoading() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests whether the uppercase package 'foo.Bar' can be loaded via the package method of a JavaPackage.
testJLobbyNonexistentClassLoading() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests whether access to a nonexistent class gives rise to a selector not found exception.
testJLobbyPackageLoading() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests whether jlobby.java results in a new JavaPackage.
testJava2ATConversion() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Test the conversion function Symbiosis.javaToAmbientTalk for various kinds of input.
testJavaBaseFieldAccess() - Method in class edu.vub.at.objects.mirrors.InvocationTest
Tests the accessing of fields on a natively implemented table.
testJavaBaseFieldAssignment() - Method in class edu.vub.at.objects.mirrors.InvocationTest
Tests the assignment of fields on a natively implemented message send parse tree element.
testJavaBaseMethodInvocation() - Method in class edu.vub.at.objects.mirrors.InvocationTest
Tests the invocation of methods on natively implemented objects which thus adhere to the expected interfaces.
testJavaMirrorBaseRelation() - Method in class edu.vub.at.objects.mirrors.MirrorTest
Tests the correctness of the up-down relation in Java : - down(up(o)) == o
testJavaMirrorInvocation() - Method in class edu.vub.at.objects.mirrors.MirrorTest
 
testLexicalRootFields() - Method in class edu.vub.at.objects.natives.LexicalRootTest
 
testLexicallyInvokeInheritedMethod() - Method in class edu.vub.at.objects.natives.NATObjectClosureTest
The previous test illustrated that it is possible to perform a lexical invocation of methods in an enclosing object.
testListMethods() - Method in class edu.vub.at.objects.mirrors.MirrorTest
 
testListing() - Method in class edu.vub.at.objects.mirrors.MirrorsOnNativesTest
 
testLiteralGrammar() - Method in class edu.vub.at.parser.ATParserTest
Tests syntax for literals
testLiteralGrammar() - Method in class edu.vub.at.parser.ATWalkerTest
 
testMandNoOptAndNoRest() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests application with mandatory arguments.
testMandOptAndNoRest() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests application with mandatory and optional arguments.
testMandOptAndRest() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests application with both mandatory, optional and rest arguments
testMandatory() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests parameter binding for methods with mandatory arguments only.
testMandatoryAndDefaultOptional() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests parameter binding for methods with mandatory arguments and an optional argument that is not given.
testMandatoryAndOptional() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests parameter binding for methods with mandatory arguments and optional arguments.
testMandatoryAndTooManyOptional() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests whether parameter binding fails if given too many optional arguments.
testMap() - Method in class edu.vub.at.objects.natives.TestFieldMap
 
testMessageSending() - Method in class edu.vub.at.parser.ATParserTest
Tests grammar support for message sends.
testMethodApplication() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testMethodInvocation() - Method in class edu.vub.at.objects.natives.NATObjectClosureTest
NATIVE TEST: Tests the validity of the various scope pointers in a context object when applying a method defined in and invoked upon an orphan object
testMethodInvocation() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testMirageCloning() - Method in class edu.vub.at.objects.mirrors.MirageTest
 
testMirageInvocation() - Method in class edu.vub.at.objects.mirrors.MirageTest
 
testMirrorBaseRelation() - Method in class edu.vub.at.objects.mirrors.MirrorTest
Tests the correctness of the up-down relation in AmbientTalk : - down(up(o)) == o
testMirrorCreation() - Method in class edu.vub.at.objects.mirrors.MirrorTest
Following a bug report by Stijn.
testMirrorFieldAccess() - Method in class edu.vub.at.objects.mirrors.MirrorTest
 
testMirrorInvocation() - Method in class edu.vub.at.objects.mirrors.MirrorTest
 
testMultiAssignment() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testMultiAssignmentWithOptionalAndRestParameters() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests whether optional and rest parameters also work using multiple-definition
testNamespaces() - Method in class edu.vub.at.objects.natives.NATNamespaceTest
 
testNativeFieldAdd() - Method in class edu.vub.at.objects.natives.CustomFieldsTest
Tests whether native fields added to another object are not added as custom fields, but again as native fields
testNegativeSubstriping() - Method in class edu.vub.at.objects.natives.StripesTest
 
testNestedCase() - Method in class edu.vub.at.objects.natives.EscapeTest
 
testNestedClosureScope() - Method in class edu.vub.at.objects.natives.NATObjectClosureTest
Closures are created when defining a function inside an object's method as well.
testNominalCase() - Method in class edu.vub.at.objects.natives.EscapeTest
 
testNominalNilCase() - Method in class edu.vub.at.objects.natives.EscapeTest
 
testNonExistentMethod() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Invokes a method that is not defined in the class.
testNonInstantiatableCreation() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests whether classes with private constructors terminate cleanly.
testNotInvokedCase() - Method in class edu.vub.at.objects.natives.EscapeTest
 
testNumberPrimitives() - Method in class edu.vub.at.objects.natives.PrimitivesTest
 
testNumericPrimitives() - Method in class edu.vub.at.objects.natives.PrimitivesTest
 
testObjectStripes() - Method in class edu.vub.at.objects.natives.StripesTest
 
testOneMandatoryAndNoRestArgs() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests application with one mandatory argument and zero rest arguments.
testOneMandatoryAndTwoRestArgs() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests application with one mandatory argument and two rest arguments.
testOneRestArg() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests only rest arguments, with one given.
testOnlyOptArgsWithNoneFilledIn() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests application with only optional arguments, none of which are given at call time.
testOnlyOptArgsWithOneFilledIn() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests application with only optional arguments, only one of which is given at call time.
testOnlyOptionalArguments() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests application with only optional arguments, all of which are given at call time.
testOperatorGrammar() - Method in class edu.vub.at.parser.ATParserTest
Tests for the validity of infix operator expressions and operator symbols in general
testOperatorGrammar() - Method in class edu.vub.at.parser.ATWalkerTest
 
testOptionalArgs() - Method in class edu.vub.at.parser.ATParserTest
Test the syntax of optional arguments.
testOptionalArgs() - Method in class edu.vub.at.parser.ATWalkerTest
 
testOrphanObjectScope() - Method in class edu.vub.at.objects.natives.NATObjectClosureTest
When defining an object, the programmer can choose to create either a method or a closure.
testOverloadedInstanceCreation() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests whether overloaded constructors which cannot be resolved terminates cleanly.
testOverloadedInvWithMultipleMatches() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Invokes an overloaded method where the symbiosis cannot disambiguate automatically.
testOverloadedInvWithNoMatch() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Invokes an overloaded method that does not match the specified argument type
testOverloadedInvWithOneMatch() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests whether overloaded methods can be properly invoked if they can be resolved to one method using the actual arguments.
testParentObjectScope() - Method in class edu.vub.at.objects.natives.NATObjectClosureTest
When defining an object, the programmer can choose to create either a method or a closure.
testParentlessStripe() - Method in class edu.vub.at.objects.natives.StripesTest
 
testParse(String, String) - Static method in class edu.vub.at.parser.ATParserTest
 
testParseErrors() - Method in class edu.vub.at.parser.ParseErrorTest
 
testParseTreeSerialization() - Method in class edu.vub.at.actors.natives.SerializationTest
 
testPointDefinition() - Method in class edu.vub.at.parser.ATParserTest
Tests the definition of a prototype point object.
testPositiveSubstriping() - Method in class edu.vub.at.objects.natives.StripesTest
 
testProtocolInstallation() - Method in class edu.vub.at.actors.natives.ActorTest
 
testProviderDisconnection() - Method in class edu.vub.at.actors.natives.DistributionTest
This test uses the when: disconnected: to detect when a far reference has become disconnected.
testQuasiquoting() - Method in class edu.vub.at.parser.ATParserTest
 
testQuasiquoting() - Method in class edu.vub.at.parser.ATWalkerTest
 
testQuotation() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testRespondsTo() - Method in class edu.vub.at.objects.mirrors.MirrorsOnNativesTest
 
testResult_ - Variable in class edu.vub.at.actors.natives.DistributionTest
 
testRethrownExceptions() - Method in class edu.vub.at.objects.natives.ExceptionHandlingTest
When rethrowing an exception from a handler, the expected semantics apply : no handlers from the same try block are tried, even if they also match the thrown exception.
testReverseNamespaces() - Method in class edu.vub.at.objects.natives.NATNamespaceTest
This test loads file2 before file1
testSelection() - Method in class edu.vub.at.objects.mirrors.MirrorsOnNativesTest
 
testSelection() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testSelfReference() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testServiceDiscovery() - Method in class edu.vub.at.actors.natives.DistributionTest
Uses the when: discovered: and export: as: constructs to make an object on one virtual machine accessible to another virtual machine.
testSimulatedBaseFieldAccess() - Method in class edu.vub.at.objects.mirrors.InvocationTest
Tests the accessing of fields on a natively implemented table.
testSimulatedBaseFieldAssignment() - Method in class edu.vub.at.objects.mirrors.InvocationTest
Tests the assignment of fields on a natively implemented message send parse tree element.
testSimulatedBaseInvocation() - Method in class edu.vub.at.objects.mirrors.InvocationTest
Simulates invocation from the base-level by manually calling meta_invoke.
testSplice() - Method in class edu.vub.at.parser.ATParserTest
Tests syntax for variable arguments and splicing
testSplice() - Method in class edu.vub.at.parser.ATWalkerTest
 
testStatementGrammar() - Method in class edu.vub.at.parser.ATParserTest
Tests for the validity of all statement abstract grammar elements.
testStatementGrammar() - Method in class edu.vub.at.parser.ATWalkerTest
 
testStratification() - Method in class edu.vub.at.objects.mirrors.MirrorTest
This test creates a mirror and attempts to use it in a non-stratified way.
testStripeBasedHandlerSelection() - Method in class edu.vub.at.objects.natives.ExceptionHandlingTest
Handler selection in AmbientTalk is purely based on the stripes an object is branded with.
testStripedJavaObject() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Test whether JavaObject wrappers are correctly striped with all of the interfaces of the wrapped instance's class.
testSubscriberDisconnection() - Method in class edu.vub.at.actors.natives.DistributionTest
This test uses the when: disconnected: to detect when a far reference has become disconnected.
testSuperReference() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testSymbiontClassAdditions() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests whether new per-class methods and fields can be added to a wrapped Java class.
testSymbiontDuplicates() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests whether no duplicate methods or fields can be added to a wrapped Java object.
testSymbiontInstanceAdditions() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests whether new per-instance methods and fields can be added to a wrapped Java object.
testSymbiontParents() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests whether the parent pointers of the AT symbionts refer to the proper objects.
testSymbolReference() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testTXTSerialization() - Method in class edu.vub.at.actors.natives.SerializationTest
 
testTablePrimitives() - Method in class edu.vub.at.objects.natives.PrimitivesTest
 
testTabulation() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testTextPrimitives() - Method in class edu.vub.at.objects.natives.PrimitivesTest
 
testTooFewMandatory() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests for too few mandatory arguments
testTooManyMandatory() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests for too many mandatory arguments
testTrailingKeywords() - Method in class edu.vub.at.parser.ATParserTest
Test default behaviour for trailing keywords, and tests with correct nesting.
testTransitiveImport() - Method in class edu.vub.at.objects.natives.LexicalRootTest
Tests whether traits can be transitively imported into objects.
testUpSelector() - Method in class edu.vub.at.objects.mirrors.ReflectionTest
 
testVarArgInvocation() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Test whether variable arguments work
testVariableArguments() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testVariableKeywordArguments() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testVariableMultiDefinition() - Method in class edu.vub.at.objects.natives.grammar.TestEval
 
testVirtualMachineDisconnection() - Method in class edu.vub.at.actors.natives.DistributionTest
When a virtual machine leaves the AmbientTalk JGroups channel, all virtual machines are notified of this fact by the underlying distribution layer.
testVirtualMachineDisconnectionRace() - Method in class edu.vub.at.actors.natives.DistributionTest
This test registers a dedicated listener to test the dispatching of disconnected messages.
testVirtualMachineDiscovery() - Method in class edu.vub.at.actors.natives.DistributionTest
When a virtual machine joins the AmbientTalk JGroups channel, all virtual machines are notified of this fact by the underlying distribution layer.
testWalker(String) - Method in class edu.vub.at.parser.ATWalkerTest
 
testWalker(String, String) - Method in class edu.vub.at.parser.ATWalkerTest
 
testWorkingClassInvocation() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Invokes the class method 'prefix' and performs a selection and assignment of the static 'ytest' field
testWorkingInstanceCreation() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Tests the invocation of new on a wrapped Java Class.
testWorkingInstanceInvocation() - Method in class edu.vub.at.objects.symbiosis.SymbiosisTest
Invokes the two instance methods gettertest and settertest on atTestObject.
testZeroArity() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests parameter binding for 0-arity methods
testZeroRestArgs() - Method in class edu.vub.at.objects.natives.grammar.TestParameterBinding
Tests only rest arguments, with none given.
testisCloneOf() - Method in class edu.vub.at.objects.natives.NATObjectTest
 
toEventLoop(Thread) - Static method in class edu.vub.at.actors.eventloops.EventLoop
 
toInterfaceMethod(Method) - Static method in class edu.vub.at.objects.symbiosis.Symbiosis
Extremely vague and dirty feature of Java reflection: it can sometimes happen that a method is invoked on a private inner class via a publicly accessible interface method.
toString() - Method in class edu.vub.at.actors.eventloops.Event
 
toString() - Method in class edu.vub.at.actors.eventloops.EventLoop.EventProcessor
 
toString() - Method in class edu.vub.at.actors.eventloops.EventLoop
 
toString() - Method in class edu.vub.at.actors.id.ATObjectID
 
toString() - Method in class edu.vub.at.actors.id.GUID
 
toString() - Method in class edu.vub.at.actors.natives.Packet
 
toString() - Method in class edu.vub.at.actors.net.cmd.VMCommand
 
toString(ATObject) - Static method in class edu.vub.at.eval.Evaluator
 
toString() - Method in class edu.vub.at.objects.natives.NATNil
 
toString() - Method in class edu.vub.at.objects.natives.grammar.AGSymbol
 
toString() - Method in class edu.vub.at.objects.symbiosis.XJavaException
 
topics_ - Variable in class edu.vub.at.actors.net.cmd.CMDInitRequireServices
A Set of Packet objects representing serialized ATStripe topics.
trait_ - Variable in class edu.vub.at.objects.natives.LexicalRootTest
 
transformToMethodNamed(ATSymbol) - Method in class edu.vub.at.objects.natives.NATObjectClosureTest.AGScopeTest
 
transmit(ATAsyncMessage) - Method in class edu.vub.at.actors.natives.NATFarReference
 
transmit(ATAsyncMessage) - Method in class edu.vub.at.actors.natives.NATLocalFarRef
 
transmit(ATAsyncMessage) - Method in class edu.vub.at.actors.natives.NATRemoteFarRef
 
txt_ - Variable in class edu.vub.at.objects.natives.grammar.AGSymbol
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z _