Skip to content

Instantly share code, notes, and snippets.

@aykuttasil
Created March 1, 2019 13:52
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 aykuttasil/3bd879a909ba1fe1567e0480833db476 to your computer and use it in GitHub Desktop.
Save aykuttasil/3bd879a909ba1fe1567e0480833db476 to your computer and use it in GitHub Desktop.
ActivityController controller = Robolectric.buildActivity(MyAwesomeActivity.class).create().start();
Activity activity = controller.get();
// assert that something hasn't happened
activityController.resume();
// assert it happened!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment