TearDownPassThroughPreparer
public
class
TearDownPassThroughPreparer
extends BaseTargetPreparer
implements
IConfigurationReceiver
java.lang.Object 中 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.TearDownPassThroughPreparer |
允许在作为对象包含在配置中的准备器上运行 tearDown。
当准备器作为对象(而不是 ITargetPreparer
)包含在配置中时,
系统不会调用它的 tearDown从这个准备器中引用它可确保
调用 tearDown。
摘要
公共构造函数 | |
---|---|
TearDownPassThroughPreparer()
|
公共方法 | |
---|---|
void
|
setConfiguration(IConfiguration configuration)
注入正在使用的 |
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
公共构造函数
TearDownPassThroughPreparer
public TearDownPassThroughPreparer ()
公共方法
setConfiguration
public void setConfiguration (IConfiguration configuration)
注入正在使用的 IConfiguration
。
参数 | |
---|---|
configuration |
IConfiguration |
拆解
public void tearDown (TestInformation testInfo, Throwable e)
参数 | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
抛出 | |
---|---|
DeviceNotAvailableException |