Prueba binaria de óxido

public class RustBinaryTest
extends RustTestBase implements IDeviceTest , IConfigurationReceiver

java.lang.Objeto
com.android.tradefed.testtype.rust.RustTestBase
com.android.tradefed.testtype.rust.RustBinaryTest


Una prueba que ejecuta un binario Rust en un dispositivo determinado.

Resumen

Constructores públicos

RustBinaryTest ()

Métodos públicos

ITestDevice getDevice ()

Ponga a prueba el dispositivo.

String getTestModule ()
void run ( TestInformation testInfo, ITestInvocationListener listener)

void setConfiguration ( IConfiguration configuration)

Inyecta la IConfiguration en uso.

void setDevice ( ITestDevice device)

Inyecte el dispositivo bajo prueba.

void setModuleName (String name)

Constructores públicos

Prueba binaria de óxido

public RustBinaryTest ()

Métodos públicos

obtener dispositivo

public ITestDevice getDevice ()

Ponga a prueba el dispositivo.

Devoluciones
ITestDevice el ITestDevice

obtener módulo de prueba

public String getTestModule ()

Devoluciones
String

correr

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

Parámetros
testInfo TestInformation

listener ITestInvocationListener

Lanza
DeviceNotAvailableException

establecer configuración

public void setConfiguration (IConfiguration configuration)

Inyecta la IConfiguration en uso.

Parámetros
configuration IConfiguration

establecer dispositivo

public void setDevice (ITestDevice device)

Inyecte el dispositivo bajo prueba.

Parámetros
device ITestDevice : el ITestDevice a utilizar

establecer nombre del módulo

public void setModuleName (String name)

Parámetros
name String