Preparador de ArtChroot
public
class
ArtChrootPreparer
extends BaseTargetPreparer
Objeto java.lang. | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.ArtChrootPreparer |
Crea el directorio chroot para pruebas de 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
RUTA_DEL_CHROOT
public static final String CHROOT_PATH
Constructores públicos
Preparador de ArtChroot
public ArtChrootPreparer ()
Métodos públicos
Configuración
public void setUp (TestInformation testInfo)
Parámetros | |
---|---|
testInfo |
TestInformation |
Arroja | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Eliminar
public void tearDown (TestInformation testInfo, Throwable e)
Parámetros | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Arroja | |
---|---|
DeviceNotAvailableException |