DeviceStringPusher
public class DeviceStringPusher
extends BaseTargetPreparer
java.lang.객체 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.DeviceStringPusher |
문자열을 파일에 쓰는 대상 준비자.
파일이 이미 존재하는 경우 해체 시 이전 버전을 복원합니다.
요약
공개 생성자 | |
---|---|
DeviceStringPusher () |
공개 방법 | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
공개 생성자
DeviceStringPusher
public DeviceStringPusher ()
공개 방법
설정
public void setUp (TestInformation testInfo)
매개변수 | |
---|---|
testInfo | TestInformation |
던지기 | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
매개변수 | |
---|---|
testInfo | TestInformation |
e | Throwable |
던지기 | |
---|---|
DeviceNotAvailableException |