DynamicSystemPreparer
public class DynamicSystemPreparer
extends BaseTargetPreparer
java.lang.Oggetto | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.DynamicSystemPreparer |
Un ITargetPreparer
che configura un'immagine di sistema su una build del dispositivo con l'aggiornamento dinamico del sistema.
Riepilogo
Costruttori pubblici | |
---|---|
DynamicSystemPreparer () |
Metodi pubblici | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
Costruttori pubblici
DynamicSystemPreparer
public DynamicSystemPreparer ()
Metodi pubblici
impostare
public void setUp (TestInformation testInfo)
Parametri | |
---|---|
testInfo | TestInformation |
Getta | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
demolire
public void tearDown (TestInformation testInfo, Throwable e)
Parametri | |
---|---|
testInfo | TestInformation |
e | Throwable |
Getta | |
---|---|
DeviceNotAvailableException |