ArtChrootPreparador
public class ArtChrootPreparer
extends BaseTargetPreparer
java.lang.Objeto | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.ArtChrootPreparer |
Cree un directorio chroot para las pruebas ART.
Resumen
Campos | |
---|---|
public static final String | CHROOT_PATH
|
Constructores públicos | |
---|---|
ArtChrootPreparer () |
Métodos públicos | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
Campos
CHROOT_PATH
public static final String CHROOT_PATH
Constructores públicos
ArtChrootPreparador
public ArtChrootPreparer ()
Métodos públicos
configuración
public void setUp (TestInformation testInfo)
Parámetros | |
---|---|
testInfo | TestInformation |
Lanza | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
demoler
public void tearDown (TestInformation testInfo, Throwable e)
Parámetros | |
---|---|
testInfo | TestInformation |
e | Throwable |
Lanza | |
---|---|
DeviceNotAvailableException |