RetryResultHelper

public final class RetryResultHelper
extends Object

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


Klasa pomocnicza do określania, który moduł lub test ma być uruchomiony.

Podsumowanie

Konstruktory publiczne

RetryResultHelper()

Metody publiczne

static boolean shouldRunModule(TestRunResult moduleResults, types)

Zwraca informację, czy moduł ma zostać ponownie uruchomiony.

static boolean shouldRunTest(TestResult result, types)

Zwraca wartość wskazującą, czy należy uruchomić przypadek testowy.

Konstruktory publiczne

RetryResultHelper

public RetryResultHelper ()

Metody publiczne

shouldRunModule

public static boolean shouldRunModule (TestRunResult moduleResults, 
                 types)

Zwraca informację, czy moduł ma zostać ponownie uruchomiony.

Parametry
moduleResults TestRunResult

types

Zwroty
boolean

shouldRunTest

public static boolean shouldRunTest (TestResult result, 
                 types)

Zwraca wartość wskazującą, czy należy uruchomić przypadek testowy.

Parametry
result TestResult

types

Zwroty
boolean