RetryResultHelper

public final class RetryResultHelper
extends Object

java.lang.Nesne
com.android.tradefed.testtype.suite.retry.RetryResultHelper


Hangi modülün veya testin çalışıp çalışmayacağını belirleyen yardımcı sınıf.

Özet

Kamu inşaatçıları

RetryResultHelper ()

Genel yöntemler

static boolean shouldRunModule ( TestRunResult moduleResults, types) shouldRunModule ( TestRunResult moduleResults, types)

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

static boolean shouldRunTest ( TestResult result, types) shouldRunTest ( TestResult result, types)

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

Kamu inşaatçıları

RetryResultHelper

public RetryResultHelper ()

Genel yöntemler

gerekirRunModule

public static boolean shouldRunModule (TestRunResult moduleResults, 
                 types)

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

parametreler
moduleResults TestRunResult

types

İadeler
boolean

gerekirRunTest

public static boolean shouldRunTest (TestResult result, 
                 types)

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

parametreler
result TestResult

types

İadeler
boolean