Preparatore di ArtChroot
public class ArtChrootPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.ArtCrootPreparer |
Crea una directory chroot per i test ART.
Riepilogo
Campi | |
---|---|
public static final String | CHROOT_PATH
|
Costruttori pubblici | |
---|---|
ArtChrootPreparer () |
Metodi pubblici | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
Campi
CHROOT_PATH
public static final String CHROOT_PATH
Costruttori pubblici
Preparatore di ArtChroot
public ArtChrootPreparer ()
Metodi pubblici
impostare
public void setUp (TestInformation testInfo)
Parametri | |
---|---|
testInfo | TestInformation |
Tiri | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
demolire
public void tearDown (TestInformation testInfo, Throwable e)
Parametri | |
---|---|
testInfo | TestInformation |
e | Throwable |
Tiri | |
---|---|
DeviceNotAvailableException |