0
我試圖uiautomator工具上JB .. 後我配置用於uiautomator附接的源代碼(機器人SDK /來源/機器人-18)與在Eclipse Android的源,我有這個問題:我聲明UiAutomatorTestCase擴展了InstrumentationTestCase?
public class UiAutomatorTestCase extends InstrumentationTestCase {...}.
然而,指的是SDK文檔,它應該從TestCase的繼承:
public class UiAutomatorTestCase extends TestCase {...}.
我的問題是:
- 它繼承編輯關係是正確的?
- 如何使用uiautomator庫將Eclipse中的源代碼附加到Eclipse中。
- 我怎樣才能正常的Android API中uiautomator,比如startService(),廣播,內容提供等...