Skip to content

Instantly share code, notes, and snippets.

@atomgomba
Created February 22, 2017 10:32
Show Gist options
  • Save atomgomba/cefc6edfa6f91d1471c9eebab7d548b1 to your computer and use it in GitHub Desktop.
Save atomgomba/cefc6edfa6f91d1471c9eebab7d548b1 to your computer and use it in GitHub Desktop.
Impossible unit test on Android
ArticleViewActivity a = new ArticleViewActivity();
Bundle b = new Bundle();
b.putString("articleId", "bab13");
a.onCreate(b);
assertTrue(a.hasArticle());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment