ArtChrootPreparer
public class ArtChrootPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.ArtChrootPreparer |
Erstellen Sie ein Chroot-Verzeichnis für ART-Tests.
Zusammenfassung
Felder | |
---|---|
public static final String | CHROOT_PATH
|
Öffentliche Konstrukteure | |
---|---|
ArtChrootPreparer () |
Öffentliche Methoden | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
Felder
CHROOT_PATH
public static final String CHROOT_PATH
Öffentliche Konstrukteure
ArtChrootPreparer
public ArtChrootPreparer ()
Öffentliche Methoden
aufstellen
public void setUp (TestInformation testInfo)
Parameter | |
---|---|
testInfo | TestInformation |
Wirft | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
niederreißen
public void tearDown (TestInformation testInfo, Throwable e)
Parameter | |
---|---|
testInfo | TestInformation |
e | Throwable |
Wirft | |
---|---|
DeviceNotAvailableException |