TearDownPassThroughPreparer

public class TearDownPassThroughPreparer
extends BaseTargetPreparer implements IConfigurationReceiver

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.TearDownPassThroughPreparer


يسمح بتشغيل TerDown على أدوات الإعداد المضمنة في الإعداد ككائن.

عند تضمين أداة إعداد كعنصر في الإعدادات بدلاً من ITargetPreparer، لن يتم استدعاء tearDown. سيؤدّي الإشارة إليه من هذا المُعدِّل إلى التأكّد من أنّه سيتم استدعاء أسلوب tearDown.

ملخّص

شركة إنشاءات عامة

TearDownPassThroughPreparer()

الطرق العامة

void setConfiguration(IConfiguration configuration)

إدخال IConfiguration قيد الاستخدام.

void setUp(TestInformation testInfo)

void tearDown(TestInformation testInfo, Throwable e)

وظائف الإنشاء العامة

TearDownPassThroughPreparer

public TearDownPassThroughPreparer ()

الطرق العامة

setConfiguration

public void setConfiguration (IConfiguration configuration)

إدخال IConfiguration قيد الاستخدام.

المعلمات
configuration IConfiguration

إعداد

public void setUp (TestInformation testInfo)

المعلمات
testInfo TestInformation

قطع

public void tearDown (TestInformation testInfo, 
                Throwable e)

المعلمات
testInfo TestInformation

e Throwable

عمليات الرمي
DeviceNotAvailableException