Preparatore ArtChroot
public
class
ArtChrootPreparer
extends BaseTargetPreparer
java.lang.Object | ||
🎞 | com.android.tradefed.targetprep.BaseTargetPreparer | |
🎞 | com.android.tradefed.targetprep.ArtChrootPreparer |
Crea la 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
PERCORSO_CHROOT
public static final String CHROOT_PATH
Costruttori pubblici
Preparatore ArtChroot
public ArtChrootPreparer ()
Metodi pubblici
impostazione
public void setUp (TestInformation testInfo)
Parametri | |
---|---|
testInfo |
TestInformation |
Lanci | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
demolire
public void tearDown (TestInformation testInfo, Throwable e)
Parametri | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Lanci | |
---|---|
DeviceNotAvailableException |