| |
|
| java.lang.Object tests.appcontext.TestLet
TestLet | abstract public class TestLet implements Runnable(Code) | | TestLet are isolated instances that performs a test in
a seperate AppContext . Extend this class and provide
concrete implementation for doTest() which executes some
test code and returns a result.
|
TestLet | TestLet(boolean autoStart)(Code) | | |
getID | static synchronized int getID()(Code) | | |
start | public void start()(Code) | | |
|
|
|