AdbStopServerPreparer
public
class
AdbStopServerPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.adb.AdbStopServerPreparer |
أداة التجهيز المستهدفة لإيقاف خادم adb على المضيف قبل تشغيل اختبارات adb وبعده
يجب استخدام أداة التجهيز هذه بحرص أثناء إيقافها وإعادة تشغيل adb على المضيفين. يجب
عادة ما تكون متقاربة مع SemaphoreTokenTargetPreparer
لتجنب إجراء الاختبارات الأخرى في
في نفس الوقت.
ملخّص
الحقول | |
---|---|
public
static
final
String |
ADB_BINARY_KEY
|
شركة إنشاءات عامة | |
---|---|
AdbStopServerPreparer()
|
الطرق العامة | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
الطرق المحمية | |
---|---|
File
|
findAdbLog()
|
الحقول
مفتاح ADB_BINARY_KEY
public static final String ADB_BINARY_KEY
شركة إنشاءات عامة
AdbStopServerPreparer
public AdbStopServerPreparer ()
الطرق العامة
إعداد
public void setUp (TestInformation testInfo)
المعلمات | |
---|---|
testInfo |
TestInformation |
الرميات | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
قطع
public void tearDown (TestInformation testInfo, Throwable e)
المعلمات | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
الرميات | |
---|---|
DeviceNotAvailableException |
الطرق المحمية
أمر findAdbLog
protected File findAdbLog ()
المرتجعات | |
---|---|
File |