IModuleController
public interface IModuleController
com.android.tradefed.testtype.suite.module.IModuleController |
Bir modülün yürütülüp yürütülmeyeceğini kontrol etmek için arayüz.
Özet
Genel yöntemler | |
---|---|
abstract IModuleController.RunStrategy | shouldRunModule ( IInvocationContext context) Bir modülün çalışıp çalışmayacağını belirleme yöntemi. |
Genel yöntemler
gerekenRunModule
public abstract IModuleController.RunStrategy shouldRunModule (IInvocationContext context)
Bir modülün çalışıp çalışmayacağını belirleme yöntemi.
parametreler | |
---|---|
context | IInvocationContext : modülün IInvocationContext . |
İadeler | |
---|---|
IModuleController.RunStrategy | Modülün çalışması gerekiyorsa true, aksi takdirde false. |
Atar | |
---|---|
DeviceNotAvailableException |