LocalEmulator시작
public class LocalEmulatorLaunch
extends BaseEmulatorPreparer
java.lang.객체 | |||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
↳ | com.android.tradefed.targetprep.BaseEmulatorPreparer | ||
↳ | com.android.tradefed.targetprep.LocalEmulatorLaunch |
Android 빌드 환경에서 로컬로 에뮬레이터를 시작하는 TargetPreparer입니다.
이를 포함하는 구성을 실행하기 전에 에뮬레이터 스냅샷(예: tradefed run emulator/generate-snapshot)을 준비하는 것이 좋습니다.
요약
공개 생성자 | |
---|---|
LocalEmulatorLaunch () |
공개 방법 | |
---|---|
void | setUp ( TestInformation testInformation) |
void | tearDown ( TestInformation testInformation, Throwable e) |
공개 생성자
LocalEmulator시작
public LocalEmulatorLaunch ()
공개 방법
설정
public void setUp (TestInformation testInformation)
매개변수 | |
---|---|
testInformation | TestInformation |
던지기 | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
매개변수 | |
---|---|
testInformation | TestInformation |
e | Throwable |
던지기 | |
---|---|
DeviceNotAvailableException |