Skip to content

Instantly share code, notes, and snippets.

@yamamoto-works
Created April 3, 2013 09:29
Show Gist options
  • Save yamamoto-works/5299737 to your computer and use it in GitHub Desktop.
Save yamamoto-works/5299737 to your computer and use it in GitHub Desktop.
"TestCase class XXX is missing a public constructor with no parameters or a single String parameter" がLogCatにでて、テストが動かない問題 ref: http://qiita.com/items/a8f05ca47687ffc27269
public MainActivityTest() {
super(MainActivity.class);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment