EjecutarCommandTargetPreparador

public class RunCommandTargetPreparer
extends BaseTargetPreparer

java.lang.Objeto
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.RunCommandTargetPreparer


Resumen

Constructores públicos

RunCommandTargetPreparer ()

Métodos públicos

final void addRunCommand (String cmd)

Agregue un comando que ejecutará el preparador.

getCommands ()
getExecutedCommands ()
void setUp ( TestInformation testInfo)

void tearDown ( TestInformation testInfo, Throwable e)

Métodos protegidos

ITestDevice getDevice ( TestInformation testInfo)

Devuelve el dispositivo para aplicar el preparador.

Constructores públicos

EjecutarCommandTargetPreparador

public RunCommandTargetPreparer ()

Métodos públicos

agregar comando ejecutar

public final void addRunCommand (String cmd)

Agregue un comando que ejecutará el preparador.

Parámetros
cmd String

obtener comandos

public  getCommands ()

Devoluciones

obtener comandos ejecutados

public  getExecutedCommands ()

Devoluciones

configuración

public void setUp (TestInformation testInfo)

Parámetros
testInfo TestInformation

Lanza
DeviceNotAvailableException
TargetSetupError

demoler

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parámetros
testInfo TestInformation

e Throwable

Lanza
DeviceNotAvailableException

Métodos protegidos

obtener dispositivo

protected ITestDevice getDevice (TestInformation testInfo)

Devuelve el dispositivo para aplicar el preparador.

Devoluciones
ITestDevice El dispositivo sobre el que aplicar el preparador.

Lanza
com.android.tradefed.targetprep.TargetSetupError
TargetSetupError