|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
edu.vub.at.AmbientTalkTestCase
edu.vub.at.objects.mirrors.ReflectiveAccessTest
edu.vub.at.objects.mirrors.InvocationTest
Field Summary |
Fields inherited from class edu.vub.at.objects.mirrors.ReflectiveAccessTest |
closures, echo_, fail, False, lexicalRoot, success, symbol, True |
Fields inherited from class edu.vub.at.AmbientTalkTestCase |
ctx_, unittest_ |
Fields inherited from class junit.framework.TestCase |
|
Constructor Summary | |
InvocationTest()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
void |
testBaseFieldAccess()
Tests the accessing of fields on a natively implemented table. |
void |
testBaseFieldAssignment()
Tests the accessing of fields on a natively implemented table. |
void |
testBaseInvocation()
This test initialises a lexical root with the values success, fail, true and false. |
void |
testJavaBaseFieldAccess()
Tests the accessing of fields on a natively implemented table. |
void |
testJavaBaseFieldAssignment()
Tests the assignment of fields on a natively implemented message send parse tree element. |
void |
testJavaBaseMethodInvocation()
Tests the invocation of methods on natively implemented objects which thus adhere to the expected interfaces. |
void |
testSimulatedBaseFieldAccess()
Tests the accessing of fields on a natively implemented table. |
void |
testSimulatedBaseFieldAssignment()
Tests the assignment of fields on a natively implemented message send parse tree element. |
void |
testSimulatedBaseInvocation()
Simulates invocation from the base-level by manually calling meta_invoke. |
Methods inherited from class edu.vub.at.objects.mirrors.ReflectiveAccessTest |
evaluateInput, setUp |
Methods inherited from class edu.vub.at.AmbientTalkTestCase |
tearDown |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InvocationTest()
Method Detail |
public static void main(java.lang.String[] args)
public void testJavaBaseMethodInvocation()
public void testSimulatedBaseInvocation()
public void testBaseInvocation()
public void testJavaBaseFieldAccess()
public void testSimulatedBaseFieldAccess()
public void testBaseFieldAccess()
public void testJavaBaseFieldAssignment()
public void testSimulatedBaseFieldAssignment()
public void testBaseFieldAssignment()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |