Skip to content

Instantly share code, notes, and snippets.

@autoletics
Last active January 29, 2017 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save autoletics/fe308cfd538f8a7708010c072d0d7cd7 to your computer and use it in GitHub Desktop.
Save autoletics/fe308cfd538f8a7708010c072d0d7cd7 to your computer and use it in GitHub Desktop.
import static org.jinspired.probes.Probes.*;
...
Context ctx = context();
SavePoint sp = ctx.savepoint();
for(int i=10; i > 0; i--)
ingress();
ChangeSet cs = ctx.compare(sp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment