org.erights.e.elib.tests
Class TestELib

java.lang.Object
  |
  +--org.erights.e.elib.tests.TestELib

public class TestELib
extends Object

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

TestELib

public TestELib()
Enabled:

Method Detail

main

public static void main(String[] args)
Enabled:


run

public Object run(Object resolution)
Enabled: run -- this is the closure for the message send.


testit

public void testit(int startVal)
Enabled: testit -- the test code.


reactToAddOneResolved

public void reactToAddOneResolved(Object resolution)
Enabled:



comments?