LocalEmulatorSnapshot
public
class
LocalEmulatorSnapshot
extends BaseEmulatorPreparer
java.lang.Object의 클래스 | |||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
↳ | com.android.tradefed.targetprep.BaseEmulatorPreparer | ||
↳ | com.android.tradefed.targetprep.LocalEmulatorSnapshot |
Android에서 클린 에뮬레이터 스냅샷을 생성하기 위한 TargetPreparer 빌드/개발 환경
요약
공개 생성자 | |
---|---|
LocalEmulatorSnapshot()
|
공개 메서드 | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
공개 생성자
LocalEmulatorSnapshot
public LocalEmulatorSnapshot ()
공개 메서드
설정
public void setUp (TestInformation testInformation)
매개변수 | |
---|---|
testInformation |
TestInformation |
생성 값 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
해체
public void tearDown (TestInformation testInformation, Throwable e)
매개변수 | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
생성 값 | |
---|---|
DeviceNotAvailableException |