IDeviceTest
public
interface
IDeviceTest
| com.android.tradefed.testtype.IDeviceTest |
ITestDevice referansı gerektiren nesnenin arayüzü.
Özet
Herkese açık yöntemler | |
|---|---|
abstract
ITestDevice
|
getDevice()
Test edilecek cihazı alın. |
abstract
void
|
setDevice(ITestDevice device)
Test edilen cihazı yerleştirin. |
Herkese açık yöntemler
getDevice
public abstract ITestDevice getDevice ()
Test edilecek cihazı alın.
| İadeler | |
|---|---|
ITestDevice |
ITestDevice |
setDevice
public abstract void setDevice (ITestDevice device)
Test edilen cihazı yerleştirin.
| Parametreler | |
|---|---|
device |
ITestDevice: kullanılacak ITestDevice |