Created
November 20, 2012 11:38
-
-
Save lfryc/4117436 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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