ArtChrootPreparer

public class ArtChrootPreparer
extends BaseTargetPreparer

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


Utwórz katalog chroot na potrzeby testów ART.

Podsumowanie

Stałe

String CHROOT_PATH

Publiczne konstruktory

ArtChrootPreparer()

Metody publiczne

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

Stałe

CHROOT_PATH

public static final String CHROOT_PATH

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

Publiczne konstruktory

ArtChrootPreparer

public ArtChrootPreparer ()

Metody publiczne

setUp

public void setUp (TestInformation testInfo)

Parametry
testInfo TestInformation

Zgłasza
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parametry
testInfo TestInformation

e Throwable

Zgłasza
DeviceNotAvailableException