RetryResultHelper

public final class RetryResultHelper
extends Object

java.lang.Object
   ↳ com.android.tradefed.testtype.suite.retry.RetryResultHelper


Hangi modülün veya testin çalıştırılması gerektiğini belirlemeye yardımcı sınıf.

Özet

Herkese açık oluşturucular

RetryResultHelper()

Herkese açık yöntemler

static boolean shouldRunModule(TestRunResult moduleResults, List<RetryRescheduler.RetryType> types)

Bir modülün yeniden çalıştırılıp çalıştırılmaması gerektiğini döndürür.

static boolean shouldRunTest(TestResult result, List<RetryRescheduler.RetryType> types)

Bir test senaryosunun çalıştırılıp çalıştırılmayacağını döndürür.

Herkese açık oluşturucular

RetryResultHelper

public RetryResultHelper ()

Herkese açık yöntemler

shouldRunModule

public static boolean shouldRunModule (TestRunResult moduleResults, 
                List<RetryRescheduler.RetryType> types)

Bir modülün yeniden çalıştırılıp çalıştırılmaması gerektiğini döndürür.

Parametreler
moduleResults TestRunResult

types List

İadeler
boolean

shouldRunTest

public static boolean shouldRunTest (TestResult result, 
                List<RetryRescheduler.RetryType> types)

Bir test senaryosunun çalıştırılıp çalıştırılmayacağını döndürür.

Parametreler
result TestResult

types List

Return'ler
boolean