LocalEmulator 실행

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 실행)을 준비하는 것이 좋습니다. 에뮬레이터/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

해체

public void tearDown (TestInformation testInformation, 
                Throwable e)

매개변수
testInformation TestInformation

e Throwable

생성 값
DeviceNotAvailableException