0
에서 서비스 바인딩 UiAutomatorTestCase
:시작/내가 가진 UiAutomatorTestCase
public class MyUiTest extends UiAutomatorTestCase {
public void testMe() throws UiObjectNotFoundException {
getUiDevice().pressHome();
//How can I start/bind a service in the test case?
//Seems I am not able to get a context in UiAutomatorTestCase
}
}
, 그것은이 클래스에서 startService(...)
또는 bindService(...)
를 사용하여 서비스를 결합/시작할 수 있습니까?
코드가 무엇을 설명해 주시겠습니까? 서비스를 시작하거나 바인딩합니까? – Mellon
답변을 편집했습니다. 희망이 도움이됩니다. –