FastbootCommandPreparer
public
final
class
FastbootCommandPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.FastbootCommandPreparer |
빠른 부팅을 트리거하고 빠른 부팅 명령어를 전송하는 타겟 준비자입니다.
요약
공개 생성자 | |
---|---|
FastbootCommandPreparer()
|
공개 메서드 | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
공개 생성자
FastbootCommandPreparer
public FastbootCommandPreparer ()
공개 메서드
setUp
public void setUp (TestInformation testInformation)
매개변수 | |
---|---|
testInformation |
TestInformation |
생성 값 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
매개변수 | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
생성 값 | |
---|---|
DeviceNotAvailableException |