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ılıp çalıştırılmayacağını belirleyen yardımcı sınıf.

Özet

Herkese açık kurucular

RetryResultHelper()

Herkese açık yöntemler

static boolean shouldRunModule(TestRunResult moduleResults, 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, types)

Bir test durumunun çalıştırılıp çalıştırılmaması gerektiğini döndürür.

Herkese açık kurucular

RetryResultHelper

public RetryResultHelper ()

Herkese açık yöntemler

shouldRunModule

public static boolean shouldRunModule (TestRunResult moduleResults, 
                 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

İlerlemeler
boolean

shouldRunTest

public static boolean shouldRunTest (TestResult result, 
                 types)

Bir test durumunun çalıştırılıp çalıştırılmaması gerektiğini döndürür.

Parametreler
result TestResult

types

İlerlemeler
boolean