RetryResultHelper
public final class RetryResultHelper
extends Object
java.lang.Object |
↳ | com.android.tradefed.testtype.suite.retry.RetryResultHelper |
Hilfsklasse, um zu bestimmen, welches Modul oder welcher Test ausgeführt werden soll oder nicht.
Zusammenfassung
Öffentliche Methoden |
---|
static boolean | shouldRunModule (TestRunResult moduleResults, types) shouldRunModule (TestRunResult moduleResults, types) Gibt zurück, ob ein Modul erneut ausgeführt werden soll. |
static boolean | shouldRunTest (TestResult result, types) shouldRunTest (TestResult result, types) Gibt zurück, ob ein Testfall ausgeführt werden soll oder nicht. |
Öffentliche Konstrukteure
RetryResultHelper
public RetryResultHelper ()
Öffentliche Methoden
shouldRunModule
public static boolean shouldRunModule (TestRunResult moduleResults,
types)
Gibt zurück, ob ein Modul erneut ausgeführt werden soll.
Parameter |
---|
moduleResults | TestRunResult |
types | |
shouldRunTest
public static boolean shouldRunTest (TestResult result,
types)
Gibt zurück, ob ein Testfall ausgeführt werden soll oder nicht.
Parameter |
---|
result | TestResult |
types | |