RootTargetPreparer
public
final
class
RootTargetPreparer
extends BaseTargetPreparer
Objeto java.lang. | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RootTargetPreparer |
Preparador de destino que ejecuta "adb root" o "adb unroot" basado en la opción “force-root”.
Se restablecerá el estado raíz original durante la eliminación.
Resumen
Constructores públicos | |
---|---|
RootTargetPreparer()
|
Métodos públicos | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Constructores públicos
RootTargetPreparer
public RootTargetPreparer ()
Métodos públicos
Configuración
public void setUp (TestInformation testInfo)
Parámetros | |
---|---|
testInfo |
TestInformation |
Arroja | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Eliminar
public void tearDown (TestInformation testInfo, Throwable e)
Parámetros | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Arroja | |
---|---|
DeviceNotAvailableException |