id: 987 所有者: msakamoto-sf 作成日: 2011-06-19 19:10:18 カテゴリ: Android [ Prev ] [ Next ] [ 技術 ] テストの自動化メモ。 JUnit + Instrumentation Android上でのActivityTestの基本。Javaのinstrumentと同様、仮想マシンとクラスの間にインターセプト出来る。 android.testパッケージ以下にinstrumentを使ってUIを操作「したことに」して各種Testを実行可能なクラスが用意されている。 Instrumentation | Android Developers http://developer.android.com/reference/android/app/Instrumentation.html TestとInstrumentation - 日