FastbootCommandPreparer

public final class FastbootCommandPreparer
extends BaseTargetPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.FastbootCommandPreparer


fastboot를 트리거하고 fastboot 명령을 보내는 대상 준비자입니다.

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

분해

public void tearDown (TestInformation testInformation, 
                Throwable e)

매개변수
testInformation TestInformation

e Throwable

던지기
DeviceNotAvailableException