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 ()

パブリック メソッド

setUp

public void setUp (TestInformation testInfo)

テスト用にターゲットのセットアップを行います。

パラメータ
testInfo TestInformation: 呼び出しの TestInformation

例外
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

テスト後にターゲットのクリーンアップ / テイクダウンを実行します。

パラメータ
testInfo TestInformation: 呼び出しの TestInformation

e Throwable: 呼び出しが例外で終了した場合、これは呼び出しレベルでキャッチされた例外です。それ以外の場合は null になります。

例外
DeviceNotAvailableException