로컬풀
public class LocalPool
extends Object
implements ITestsPool
java.lang.객체 | |
↳ | com.android.tradefed.invoker.shard.LocalPool |
로컬 테스트 풀 구현
요약
공개 생성자 | |
---|---|
LocalPool ( genericPool, tokenPool) LocalPool ( genericPool, tokenPool) LocalPool ( genericPool, tokenPool) |
공개 방법 | |
---|---|
IRemoteTest | poll ( TestInformation info, boolean reportNotExecuted) 실행할 다음 테스트를 폴링합니다. |
ITokenRequest | pollRejectedTokenModule () 모든 기기에서 실행이 거부된 테스트 목록을 반환합니다. |
공개 생성자
로컬풀
public LocalPool (genericPool, tokenPool)
매개변수 | |
---|---|
genericPool | |
tokenPool |
공개 방법
투표
public IRemoteTest poll (TestInformation info, boolean reportNotExecuted)
실행할 다음 테스트를 폴링합니다.
매개변수 | |
---|---|
info | TestInformation |
reportNotExecuted | boolean |
보고 | |
---|---|
IRemoteTest |
pollRejectedTokenModule
public ITokenRequest pollRejectedTokenModule ()
모든 기기에서 실행이 거부된 테스트 목록을 반환합니다.
보고 | |
---|---|
ITokenRequest |