Resultado do teste do dispositivo
public
class
DeviceTestResult
extends TestResult
java.lang.Object | ||
↳ | junit.framework.TestResult | |
↳ | com.android.tradefed.testtype.DeviceTestResult |
Uma especialização de TestResult
que será cancelada quando um
DeviceNotAvailableException
ocorre
Resumo
Classes aninhadas | |
---|---|
class |
DeviceTestResult.RuntimeDeviceNotAvailableException
|
Construtores públicos | |
---|---|
DeviceTestResult()
|
Métodos públicos | |
---|---|
void
|
endTest(Test test)
|
void
|
runProtected(Test test, Protectable p)
Executa um TestCase. |
void
|
setTestInfo(TestInformation testInfo)
|
void
|
startTest(Test test)
|
Métodos protegidos | |
---|---|
void
|
run(TestCase test)
|
Construtores públicos
Resultado do teste do dispositivo
public DeviceTestResult ()
Métodos públicos
teste final
public void endTest (Test test)
Parâmetros | |
---|---|
test |
Test |
runProtected
public void runProtected (Test test, Protectable p)
Executa um TestCase.
Parâmetros | |
---|---|
test |
Test |
p |
Protectable |
Gera | |
---|---|
DeviceTestResult.RuntimeDeviceNotAvailableException |
se ocorrer uma DeviceNotAvailableException |
teste
public void startTest (Test test)
Parâmetros | |
---|---|
test |
Test |
Métodos protegidos
run
protected void run (TestCase test)
Parâmetros | |
---|---|
test |
TestCase |