INativeDeviceTest
public interface INativeDeviceTest
com.android.tradefed.testtype.INativeDeviceTest |
Bir INativeDevice
başvurusuna ihtiyaç duyan nesne arabirimi.
Özet
Genel yöntemler | |
---|---|
abstract INativeDevice | getDevice () Cihazı teste alın. |
abstract void | setDevice ( INativeDevice device) Test edilen cihazı enjekte edin. |
Genel yöntemler
cihaz almak
public abstract INativeDevice getDevice ()
Cihazı teste alın.
İadeler | |
---|---|
INativeDevice | INativeDevice |
setCihaz
public abstract void setDevice (INativeDevice device)
Test edilen cihazı enjekte edin.
parametreler | |
---|---|
device | INativeDevice : kullanılacak INativeDevice |