import org.agilewiki.jactor2.core.plant.DelayAOp;
import org.agilewiki.jactor2.core.requests.AsyncResponseProcessor;
public class AsyncTest extends CallTestBase {
public void testI() throws Exception {
new Plant();
final AsyncTransaction<String, TransmutableString> addGood = new AsyncTransaction<String, TransmutableString>() {
@Override
protected void update(final TransmutableString transmutable,
final AsyncResponseProcessor<Void> asyncResponseProcessor)