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 |
拆解
public void tearDown (TestInformation testInfo, Throwable e)
测试后执行目标清理/拆解。
参数 | |
---|---|
testInfo |
TestInformation :调用的 TestInformation 。 |
e |
Throwable :如果调用因异常而结束,这将成为在调用级别捕获的异常。否则,将为 null 。 |
抛出 | |
---|---|
DeviceNotAvailableException |