|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.erights.e.elib.tests.TestELib
Untamed: TestELib -- simple tester to send a message to an object and execute a closure method.
Constructor Summary | |
TestELib()
Enabled: |
Method Summary | |
static void |
main(String[] args)
Enabled: |
void |
reactToAddOneResolved(Object resolution)
Enabled: |
Object |
run(Object resolution)
Enabled: run -- this is the closure for the message send. |
void |
testit(int startVal)
Enabled: testit -- the test code. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestELib()
Method Detail |
public static void main(String[] args)
public Object run(Object resolution)
public void testit(int startVal)
public void reactToAddOneResolved(Object resolution)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |