2013-09-29 50 views
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(),廣播,內容提供等...

回答

0

答案相同的順序

  1. 公共類UiAutomatorTestCase擴展的TestCase
  2. 編譯UiAutomator源代碼並使用jar工具創建jar文件
  3. 剛剛導入android。(記住你在創建UiAutomator項目時添加了android.jar作爲外部jar)