KernelTestModuleController
public
class
KernelTestModuleController
extends BaseModuleController
java.lang.Object | ||
↳ | com.android.tradefed.testtype.suite.module.BaseModuleController | |
↳ | com.android.tradefed.testtype.Suite.Module.KernelTestModuleController |
סוג בסיס לבקר מודול כדי שלא ירוצו בדיקות כשהוא לא תואם לארכיטקטורה .
סיכום
יוצרים ציבוריים | |
---|---|
KernelTestModuleController()
|
שיטות ציבוריות | |
---|---|
IModuleController.RunStrategy
|
shouldRun(IInvocationContext context)
שיטה לקביעת הצורך בהפעלת המודול. |
יוצרים ציבוריים
KernelTestModuleController
public KernelTestModuleController ()
שיטות ציבוריות
shouldRun
public IModuleController.RunStrategy shouldRun (IInvocationContext context)
שיטה לקביעת הצורך בהפעלת המודול.
פרמטרים | |
---|---|
context |
IInvocationContext : ה-IInvocationContext של המודול |
החזרות | |
---|---|
IModuleController.RunStrategy |
הערך הוא True אם המודול צריך לפעול, אחרת False. |