RisultatoTestDispositivo
public
class
DeviceTestResult
extends TestResult
java.lang.Object | ||
🎞 | junit.framework.TestResult | |
🎞 | com.android.tradefed.testtype.DeviceTestResult |
Una specializzazione di TestResult
che verrà interrotta quando
Si verifica il giorno DeviceNotAvailableException
Riepilogo
Classi nidificate | |
---|---|
class |
DeviceTestResult.RuntimeDeviceNotAvailableException
|
Costruttori pubblici | |
---|---|
DeviceTestResult()
|
Metodi pubblici | |
---|---|
void
|
endTest(Test test)
|
void
|
runProtected(Test test, Protectable p)
Esegue un testCase. |
void
|
setTestInfo(TestInformation testInfo)
|
void
|
startTest(Test test)
|
Metodi protetti | |
---|---|
void
|
run(TestCase test)
|
Costruttori pubblici
RisultatoTestDispositivo
public DeviceTestResult ()
Metodi pubblici
endTest
public void endTest (Test test)
Parametri | |
---|---|
test |
Test |
runProtect
public void runProtected (Test test, Protectable p)
Esegue un testCase.
Parametri | |
---|---|
test |
Test |
p |
Protectable |
Lanci | |
---|---|
DeviceTestResult.RuntimeDeviceNotAvailableException |
se si verifica un'eccezione DeviceNotAvailable |
StartTest
public void startTest (Test test)
Parametri | |
---|---|
test |
Test |
Metodi protetti
run
protected void run (TestCase test)
Parametri | |
---|---|
test |
TestCase |