RetryResultHelper
public final class RetryResultHelper
extends Object
java.lang. אובייקט |
↳ | com.android.tradefed.testtype.suite.retry.RetryResultHelper |
כיתת עוזר כדי לקבוע איזה מודול או מבחן צריכים לרוץ או לא.
סיכום
שיטות ציבוריות |
---|
static boolean | shouldRunModule (TestRunResult moduleResults, types) shouldRunModule (TestRunResult moduleResults, types) מחזירה אם יש להפעיל מחדש מודול או לא. |
static boolean | shouldRunTest (TestResult result, types) shouldRunTest (TestResult result, types) מחזירה אם יש להפעיל מקרה בדיקה או לא. |
בונים ציבוריים
RetryResultHelper
public RetryResultHelper ()
שיטות ציבוריות
shouldRunModule
public static boolean shouldRunModule (TestRunResult moduleResults,
types)
מחזירה אם יש להפעיל מחדש מודול או לא.
פרמטרים |
---|
moduleResults | TestRunResult |
types | |
shouldRunTest
public static boolean shouldRunTest (TestResult result,
types)
מחזירה אם יש להפעיל מקרה בדיקה או לא.
פרמטרים |
---|
result | TestResult |
types | |