本地池
public class LocalPool
extends Object
implements ITestsPool
java.lang.Object | |
↳ | 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 |