RetryResultHelper
public final class RetryResultHelper
extends Object
java.lang.Object |
↳ | com.android.tradefed.testtype.suite.retry.RetryResultHelper |
실행할 모듈 또는 테스트를 결정하는 도우미 클래스입니다.
요약
공용 생성자
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 | |