ArtChrootPreparer
public
class
ArtChrootPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.ArtChrootPreparer |
Créez un répertoire chroot pour les tests ART.
Résumé
Champs | |
---|---|
public
static
final
String |
CHROOT_PATH
|
Constructeurs publics | |
---|---|
ArtChrootPreparer()
|
Méthodes publiques | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Champs
CHEMIN_CHROOT
public static final String CHROOT_PATH
Constructeurs publics
ArtChrootPreparer
public ArtChrootPreparer ()
Méthodes publiques
Configurer
public void setUp (TestInformation testInfo)
Paramètres | |
---|---|
testInfo |
TestInformation |
Génère | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
suppression
public void tearDown (TestInformation testInfo, Throwable e)
Paramètres | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Génère | |
---|---|
DeviceNotAvailableException |