LocalEmulatorSnapshot
public class LocalEmulatorSnapshot
extends BaseEmulatorPreparer
java.lang.객체 | |||
↳ | 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 |
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
매개변수 | |
---|---|
testInformation | TestInformation |
e | Throwable |
던지기 | |
---|---|
DeviceNotAvailableException |