InstallKernelModulePreparer

public class InstallKernelModulePreparer
extends BaseTargetPreparer implements ILabPreparer

JavaScript.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetFixr
  com.android.tradefed.targetprep.InstallKernelModulePreparer


כלי להכנת יעד שמתקינים מודולים של ליבה (kernel). פרטים נוספים זמינים בכתובת https://source.android.com/docs/core/architecture/kernel/modules.

סיכום

יוצרים ציבוריים

InstallKernelModulePreparer()

שיטות ציבוריות

void setUp(TestInformation testInfo)

מגדירים את היעד לבדיקה.

void tearDown(TestInformation testInfo, Throwable e)

אחרי הבדיקה, מבצעים את הניקוי או הפירוק של היעד.

בנאים ציבוריים

InstallKernelModulePreparer

public InstallKernelModulePreparer ()

שיטות ציבוריות

הגדרה

public void setUp (TestInformation testInfo)

מגדירים את היעד לבדיקה.

פרמטרים
testInfo TestInformation: ה-TestInformation של ההפעלה.

קליעות
BuildError
DeviceNotAvailableException
TargetSetupError

פירעון

public void tearDown (TestInformation testInfo, 
                Throwable e)

מבצעים את הניקוי/הסרת היעד לאחר הבדיקה.

פרמטרים
testInfo TestInformation: ה-TestInformation של ההפעלה.

e Throwable: אם הקריאה הסתיימה בחריגה, זו תהיה החריגה שנלכדה ברמת הקריאה. אחרת, יהיה null.

קליעות
DeviceNotAvailableException