إعادة محاولة نتيجة البحث

public final class RetryResultHelper
extends Object

java.lang.Object
com.android.tradefed.testtype.suite.retry.retryResultHelper


فئة المساعدة لتحديد الوحدة أو الاختبار الذي يجب تشغيله أو عدم تشغيله.

ملخّص

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

RetryResultHelper()

الطرق العامة

static boolean shouldRunModule(TestRunResult moduleResults, types)

تعرض ما إذا كان يجب إعادة تشغيل وحدة أم لا.

static boolean shouldRunTest(TestResult result, types)

تعرض ما إذا كان ينبغي تشغيل حالة اختبار أم لا.

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

إعادة محاولة نتيجة البحث

public RetryResultHelper ()

الطرق العامة

cannot translate

public static boolean shouldRunModule (TestRunResult moduleResults, 
                 types)

تعرض ما إذا كان يجب إعادة تشغيل وحدة أم لا.

المعلمات
moduleResults TestRunResult

types

المرتجعات
boolean

shouldRunTest

public static boolean shouldRunTest (TestResult result, 
                 types)

تعرض ما إذا كان ينبغي تشغيل حالة اختبار أم لا.

المعلمات
result TestResult

types

المرتجعات
boolean