Method Summary |
|
public boolean | shouldDisable() |
public static Test | suite() |
public void | testAllTypes() This test contains operations on all basic JDK types as member fields,
static fields and local variables in an element that uses continuations.
It switches between servers to ensure that all the types are correctly
propagated through the shared roots. |
public void | testCallAnswer() This test checks if call/answer continuations work correctly over
several nodes. |
public void | testPause() This test simply counts to 10 inside a while loop. |
public void | testSimpleInterface() This test checks if continuations also work over a cluster when the
element doesn't extend Element, but rather implements the
ElementAware interface. |
public void | testStepBack() This test uses pause() and stepback() on the server to simulate
a loop, it will continue until the total counter reaches 50
the counter starts at 0 and will increase by the value that is
sent through the form. |