Skip to content

Instantly share code, notes, and snippets.

@lfryc
Created November 20, 2012 11:38
Show Gist options
  • Select an option

  • Save lfryc/4117436 to your computer and use it in GitHub Desktop.

Select an option

Save lfryc/4117436 to your computer and use it in GitHub Desktop.
Warp.execute(new ClientAction() {
public void action() {
}
}....
Warp.invoke(new ClientInvoker() {
public void invoke() {
}
}....
Warp.execute(new ClientExecutor() {
public void execute() {
}
}....
....verify(ServerAssertion() { ... });
....execute(ServerAction() { ... });
....execute(ServerInvoker() { ... });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment