테어다운패스스루 준비자
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 |