ArtChrootPreparer

public class ArtChrootPreparer
extends BaseTargetPreparer

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


Erstellen Sie ein Chroot-Verzeichnis für ART-Tests.

Zusammenfassung

Felder

public static final String CHROOT_PATH

Öffentliche Konstruktoren

ArtChrootPreparer()

Öffentliche Methoden

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

Felder

CHROOT_PATH

public static final String CHROOT_PATH

Öffentliche Konstruktoren

ArtChrootPreparer

public ArtChrootPreparer ()

Öffentliche Methoden

setUp

public void setUp (TestInformation testInfo)

Parameter
testInfo TestInformation

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parameter
testInfo TestInformation

e Throwable