아트ChrootPreparer

public class ArtChrootPreparer
extends BaseTargetPreparer

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


ART 테스트를 위한 chroot 디렉터리를 만듭니다.

요약

필드

public static final String CHROOT_PATH

공개 생성자

ArtChrootPreparer ()

공개 메소드

void setUp ( TestInformation testInfo)
void tearDown ( TestInformation testInfo, Throwable e)

필드

CHROOT_PATH

public static final String CHROOT_PATH

공개 생성자

아트ChrootPreparer

public ArtChrootPreparer ()

공개 메소드

설정

public void setUp (TestInformation testInfo)

매개변수
testInfo TestInformation

던지기
BuildError
DeviceNotAvailableException
TargetSetupError

분해

public void tearDown (TestInformation testInfo, 
                Throwable e)

매개변수
testInfo TestInformation

e Throwable

던지기
DeviceNotAvailableException