RootcanalForwarderPreparer
public
class
RootcanalForwarderPreparer
extends BaseTargetPreparer
java.lang.Object 中 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RootcanalForwarderPreparer |
摘要
公共构造函数 | |
---|---|
RootcanalForwarderPreparer()
|
公共方法 | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable t)
|
公共构造函数
RootcanalForwarderPreparer
public RootcanalForwarderPreparer ()
公共方法
设置
public void setUp (TestInformation testInformation)
参数 | |
---|---|
testInformation |
TestInformation |
抛出 | |
---|---|
TargetSetupError |
拆解
public void tearDown (TestInformation testInformation, Throwable t)
参数 | |
---|---|
testInformation |
TestInformation |
t |
Throwable |