IModuleController

public interface IModuleController

com.android.tradefed.testtype.suite.module.IModuleController


Bir modülün çalıştırılıp çalıştırılmayacağını kontrol eden arayüz.

Özet

Herkese açık yöntemler

abstract IModuleController.RunStrategy shouldRunModule(IInvocationContext context)

Bir modülün çalışıp çalışmayacağını belirleme yöntemi.

Herkese açık yöntemler

shouldRunModule

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 değeri.

İlerlemeler
IModuleController.RunStrategy Modülün çalıştırılması gerekiyorsa doğru, aksi takdirde yanlış değerini döndürür.

Atışlar
DeviceNotAvailableException