RootTargetPreparer
public
final
class
RootTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
🎞 | com.android.tradefed.targetprep.BaseTargetPreparer | |
🎞 | com.android.tradefed.targetprep.RootTargetPreparer |
Preparatore target che esegue "adb root" o "adb unroot" in base all'opzione "force-root".
Verrà ripristinato lo stato originale del file principale al momento del teardown.
Riepilogo
Costruttori pubblici | |
---|---|
RootTargetPreparer()
|
Metodi pubblici | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Costruttori pubblici
RootTargetPreparer
public RootTargetPreparer ()
Metodi pubblici
impostazione
public void setUp (TestInformation testInfo)
Parametri | |
---|---|
testInfo |
TestInformation |
Lanci | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
Parametri | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Lanci | |
---|---|
DeviceNotAvailableException |