Wynik testu urządzenia

public class DeviceTestResult
extends TestResult

java.lang.Object
junit.framework.TestResult
  com.android.tradefed.testtype.DeviceTestResult


Specjalizacja TestResult, która zostanie przerwana, gdy DeviceNotAvailableException ma miejsce

Podsumowanie

Zagnieżdżone klasy

class DeviceTestResult.RuntimeDeviceNotAvailableException

 

Konstruktory publiczne

DeviceTestResult()

Metody publiczne

void endTest(Test test)

void runProtected(Test test, Protectable p)

Uruchamia zgłoszenie testowe.

void setTestInfo(TestInformation testInfo)
void startTest(Test test)

Metody chronione

void run(TestCase test)

Konstruktory publiczne

Wynik testu urządzenia

public DeviceTestResult ()

Metody publiczne

test końcowy

public void endTest (Test test)

Parametry
test Test

Ochrona biegu

public void runProtected (Test test, 
                Protectable p)

Uruchamia zgłoszenie testowe.

Parametry
test Test

p Protectable

Rzuty
DeviceTestResult.RuntimeDeviceNotAvailableException jeśli wystąpi wyjątek DeviceNotAvailableException

setTestInfo

public void setTestInfo (TestInformation testInfo)

Parametry
testInfo TestInformation

startTest

public void startTest (Test test)

Parametry
test Test

Metody chronione

home run

protected void run (TestCase test)

Parametry
test TestCase