RetryResultHelper
public final class RetryResultHelper
extends Object
java.lang. موضوع |
↳ | com.android.tradefed.testtype.suite.retry.RetryResultHelper |
کلاس Helper برای تعیین اینکه کدام ماژول یا تست باید اجرا شود یا خیر.
خلاصه
روشهای عمومی |
---|
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 | |