InstallKernelModulePreparer

public class InstallKernelModulePreparer
extends BaseTargetPreparer implements ILabPreparer

java.lang.object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.InstallKernelModulePreparer


یک آماده‌کننده هدف که ماژول‌های هسته را نصب می‌کند. لطفاً برای جزئیات به 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 : اگر فراخوان با یک استثنا به پایان رسید، این استثنایی است که در سطح Invocation ثبت شده است. در غیر این صورت null خواهد بود.

پرتاب می کند
DeviceNotAvailableException