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 |
TearDown
public void tearDown (TestInformation testInfo, Throwable e)
參數 | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
擲回 | |
---|---|
DeviceNotAvailableException |