ArtChrootPreparer
public
class
ArtChrootPreparer
extends BaseTargetPreparer
java.lang.Object | ||
😎 | com.android.tradefed.targetprep.BaseTargetPreparer | |
😎 | com.android.tradefed.targetprep.ArtChrootPreparer |
Erstellen Sie das chroot-Verzeichnis für ART-Tests.
Zusammenfassung
Felder | |
---|---|
public
static
final
String |
CHROOT_PATH
|
Öffentliche Konstruktoren | |
---|---|
ArtChrootPreparer()
|
Öffentliche Methoden | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Felder
PFAD_CHROOT
public static final String CHROOT_PATH
Öffentliche Konstruktoren
ArtChrootPreparer
public ArtChrootPreparer ()
Öffentliche Methoden
einrichten
public void setUp (TestInformation testInfo)
Parameter | |
---|---|
testInfo |
TestInformation |
Ausgabe | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Teardown
public void tearDown (TestInformation testInfo, Throwable e)
Parameter | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Ausgabe | |
---|---|
DeviceNotAvailableException |