Created
April 3, 2013 09:29
-
-
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
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
public MainActivityTest() { | |
super(MainActivity.class); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment