Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Robotium で単純なピッカーをテストしたいと考えています。テスト ケースでピッカーを直接または間接的にテストする方法はありますか?
Robotium では、次の方法で DatePicker などのピッカーを設定できます。
solo.clickOnButton(0); solo.setDatePicker(0, year, month, day); solo.clickOnButton("Set");
お役に立てれば。と呼ばれるタイムピッカーのための同様の方法があります
solo.setTimePicker(0, hours, minutes);
お役に立てれば。