로컬에뮬레이터 실행

public class LocalEmulatorLaunch
extends BaseEmulatorPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.BaseEmulatorPreparer
com.android.tradefed.targetprep.LocalEmulatorLaunch


Android 빌드 환경에서 로컬로 에뮬레이터를 시작하는 TargetPreparer입니다.

이를 포함하는 구성을 실행하기 전에 에뮬레이터 스냅샷(예: tradefed 실행 에뮬레이터/생성-스냅샷)을 준비하는 것이 좋습니다.

요약

공개 생성자

LocalEmulatorLaunch ()

공개 메소드

void setUp ( TestInformation testInformation)
void tearDown ( TestInformation testInformation, Throwable e)

공개 생성자

로컬에뮬레이터 실행

public LocalEmulatorLaunch ()

공개 메소드

설정

public void setUp (TestInformation testInformation)

매개변수
testInformation TestInformation

던지기
BuildError
DeviceNotAvailableException
TargetSetupError

분해

public void tearDown (TestInformation testInformation, 
                Throwable e)

매개변수
testInformation TestInformation

e Throwable

던지기
DeviceNotAvailableException