androidの単体テスト(AndroidTestCase)引き続き単体テストのお話。今回は「AndroidTestCase」に焦点をあてます。ApiDemosでAndroidTestCaseを使用しているのはFocus2AndroidTestです。 ・AndroidTestCase Focus2AndroidTestのjavadocには以下のように書いてあります。 /** * This exercises the same logic as {@link Focus2ActivityTest} but in a lighter * weight manner; it doesn’t need to launch the activity, and it can test the * focus behavior by calling {@link FocusFinder} met