SwitchUserTargetPreparer
public
class
SwitchUserTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.SwitchUserTargetPreparer |
Un ITargetPreparer
que cambia al tipo de usuario especificado en setUp. De forma predeterminada, permanece en el usuario actual y no se realiza ningún cambio.
Intenta restablecer el estado del usuario del dispositivo volviendo al usuario actual anterior a la ejecución.
Resumen
Constructores públicos | |
---|---|
SwitchUserTargetPreparer()
|
Métodos públicos | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Constructores públicos
SwitchUserTargetPreparer
public SwitchUserTargetPreparer ()
Métodos públicos
setUp
public void setUp (TestInformation testInformation)
Parámetros | |
---|---|
testInformation |
TestInformation |
Arroja | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
Parámetros | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Arroja | |
---|---|
DeviceNotAvailableException |