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は、テストケースでアプリを操作する場合に最も役立ちます。これらの相互作用は通常、活動との相互作用です。
他のクラスをテストしたい場合は、Robotiumを使用する必要はありません。コンピューターのJVMでテストを実行するために、 Robolectricを調べることができます。