FastbootCommandPreparer
public final class FastbootCommandPreparer
extends BaseTargetPreparer
java.lang.객체 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.FastbootCommandPreparer |
빠른 부팅을 트리거하고 빠른 부팅 명령을 보내는 대상 준비자.
TODO(b/122592575): 이 작성자에 대한 테스트를 추가합니다.
요약
공개 생성자 | |
---|---|
FastbootCommandPreparer () |
공개 방법 | |
---|---|
void | setUp ( TestInformation testInformation) |
void | tearDown ( TestInformation testInformation, Throwable e)
|
공개 생성자
FastbootCommandPreparer
public FastbootCommandPreparer ()
공개 방법
설정
public void setUp (TestInformation testInformation)
매개변수 | |
---|---|
testInformation | TestInformation |
던지기 | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
매개변수 | |
---|---|
testInformation | TestInformation |
e | Throwable |
던지기 | |
---|---|
DeviceNotAvailableException |