ArtChrootPreparer

public class ArtChrootPreparer
extends BaseTargetPreparer

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


إنشاء دليل chroot لاختبارات ART

ملخّص

الثوابت

String CHROOT_PATH

الإنشاءات العامة

ArtChrootPreparer()

الطُرق العامة

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

الثوابت

CHROOT_PATH

public static final String CHROOT_PATH

Constant Value: "/data/local/tmp/art-test-chroot"

الإنشاءات العامة

ArtChrootPreparer

public ArtChrootPreparer ()

الطُرق العامة

setUp

public void setUp (TestInformation testInfo)

المعلمات
testInfo TestInformation

الرميات
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

المعلمات
testInfo TestInformation

e Throwable

الرميات
DeviceNotAvailableException