ArtChrootPreparer
public class ArtChrootPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.ArtChrootPreparer |
Crie um diretório chroot para testes ART.
Resumo
Campos | |
---|---|
public static final String | CHROOT_PATH
|
Construtores 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
Construtores públicos
ArtChrootPreparer
public ArtChrootPreparer ()
Métodos públicos
configurar
public void setUp (TestInformation testInfo)
Parâmetros | |
---|---|
testInfo | TestInformation |
Lança | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
destruir
public void tearDown (TestInformation testInfo, Throwable e)
Parâmetros | |
---|---|
testInfo | TestInformation |
e | Throwable |
Lança | |
---|---|
DeviceNotAvailableException |