ResultsPlayer
public
final
class
ResultsPlayer
extends Object
implements
IConfigurationReceiver,
IRemoteTest
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.retry.ResultsPlayer |
أداة خاصة لإعادة تشغيل النتائج التي تمّ تقديمها إليها
ملخّص
الحقول | |
|---|---|
public
static
final
String |
REPLAY_DONE
|
وظائف الإنشاء العامة | |
|---|---|
ResultsPlayer()
كاتب |
|
ResultsPlayer(boolean completed)
|
|
الطرق العامة | |
|---|---|
boolean
|
completed()
يعرض ما إذا كان قد انتهى برنامج ResultsReplayer من إعادة تشغيل النتائج أم لا. |
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
يُجري الاختبارات ويُبلغ المستمع بالنتيجة. |
void
|
setConfiguration(IConfiguration configuration)
تحقِّق من استخدام |
الحقول
REPLAY_DONE
public static final String REPLAY_DONE
وظائف الإنشاء العامة
ResultsPlayer
public ResultsPlayer ()
كاتب
ResultsPlayer
public ResultsPlayer (boolean completed)
| المعلمات | |
|---|---|
completed |
boolean |
الطرق العامة
مكتملة
public boolean completed ()
يعرض ما إذا كان قد انتهى برنامج ResultsReplayer من إعادة تشغيل النتائج أم لا.
| المرتجعات | |
|---|---|
boolean |
|
ضربة طويلة
public void run (TestInformation testInfo, ITestInvocationListener listener)
يُجري الاختبارات ويُبلغ المستمع بالنتيجة.
| المعلمات | |
|---|---|
testInfo |
TestInformation: عنصر TestInformation الذي يحتوي على معلومات مفيدة لإجراء
الاختبارات |
listener |
ITestInvocationListener: ITestInvocationListener من نتائج الفحص |
| عمليات الرمي | |
|---|---|
DeviceNotAvailableException |
|
setConfiguration
public void setConfiguration (IConfiguration configuration)
تحقِّق من استخدام IConfiguration.
| المعلمات | |
|---|---|
configuration |
IConfiguration |