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 |