ArtChrootPreparer

public class ArtChrootPreparer
extends BaseTargetPreparer

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


أنشئ دليل chroot لاختبارات ART.

ملخّص

الحقول

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

وظائف الإنشاء العامة

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