KillexistingEmulatorPreparer
public
class
KillExistingEmulatorPreparer
extends BaseTargetPreparer
java.lang.Object의 클래스 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.KillexistingEmulatorPreparer |
실행 중인 에뮬레이터를 종료하는 ITargetPreparer
일반적으로 LocalEmulatorSnapshot과 페어링되어 콜드 부팅 에뮬레이터를 종료하므로 준비자/테스트를 스냅샷에서 실행할 수 있습니다
요약
공개 생성자 | |
---|---|
KillExistingEmulatorPreparer()
|
공개 메서드 | |
---|---|
void
|
setUp(TestInformation testInformation)
|
공개 생성자
KillexistingEmulatorPreparer
public KillExistingEmulatorPreparer ()
공개 메서드
설정
public void setUp (TestInformation testInformation)
매개변수 | |
---|---|
testInformation |
TestInformation |
생성 값 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |