Resultado de Pruebadedispositivo
public
class
DeviceTestResult
extends TestResult
Objeto java.lang. | ||
↳ | junit.framework.TestResult | |
↳ | com.android.tradefed.testtype.DeviceTestResult. |
Una especialización de TestResult
que se anulará cuando se
Se produce DeviceNotAvailableException
Resumen
Clases anidadas | |
---|---|
class |
DeviceTestResult.RuntimeDeviceNotAvailableException
|
Constructores públicos | |
---|---|
DeviceTestResult()
|
Métodos públicos | |
---|---|
void
|
endTest(Test test)
|
void
|
runProtected(Test test, Protectable p)
Ejecuta un TestCase. |
void
|
setTestInfo(TestInformation testInfo)
|
void
|
startTest(Test test)
|
Métodos protegidos | |
---|---|
void
|
run(TestCase test)
|
Constructores públicos
Resultado de Pruebadedispositivo
public DeviceTestResult ()
Métodos públicos
Fin de la prueba
public void endTest (Test test)
Parámetros | |
---|---|
test |
Test |
runProtected
public void runProtected (Test test, Protectable p)
Ejecuta un TestCase.
Parámetros | |
---|---|
test |
Test |
p |
Protectable |
Arroja | |
---|---|
DeviceTestResult.RuntimeDeviceNotAvailableException |
si se produce una DeviceNotAvailableException |
IniciarPrueba
public void startTest (Test test)
Parámetros | |
---|---|
test |
Test |
Métodos protegidos
run
protected void run (TestCase test)
Parámetros | |
---|---|
test |
TestCase |