RemoteDynamicPool

public class RemoteDynamicPool
extends Object implements ITestsPool

java.lang.Object
   ↳ com.android.tradefed.invoker.shard.RemoteDynamicPool


การติดตั้งใช้งานกลุ่มการทดสอบที่คิวสำหรับการทำงานจากระยะไกล

สรุป

คลาสที่ซ้อนกัน

class RemoteDynamicPool.RequestCallable

 

เมธอดสาธารณะ

int getAttemptNumber(ITestSuite test)
static RemoteDynamicPool newInstance(IDynamicShardingClient client, String poolId, Map<String, ITestSuite> moduleMapping)
IRemoteTest poll(TestInformation info, boolean reportNotExecuted)

สำรวจการทดสอบถัดไปที่จะดำเนินการ

ITokenRequest pollRejectedTokenModule()

แสดงรายการการทดสอบที่ถูกปฏิเสธไม่ให้เรียกใช้ในอุปกรณ์ทั้งหมด

void returnToRemotePool(ITestSuite test, int attemptNumber)

เมธอดสาธารณะ

getAttemptNumber

public int getAttemptNumber (ITestSuite test)

พารามิเตอร์
test ITestSuite

การคืนสินค้า
int

newInstance

public static RemoteDynamicPool newInstance (IDynamicShardingClient client, 
                String poolId, 
                Map<String, ITestSuite> moduleMapping)

พารามิเตอร์
client IDynamicShardingClient

poolId String

moduleMapping Map

การคืนสินค้า
RemoteDynamicPool

โพล

public IRemoteTest poll (TestInformation info, 
                boolean reportNotExecuted)

สำรวจการทดสอบถัดไปที่จะดำเนินการ

พารามิเตอร์
info TestInformation

reportNotExecuted boolean

การคืนสินค้า
IRemoteTest

pollRejectedTokenModule

public ITokenRequest pollRejectedTokenModule ()

แสดงรายการการทดสอบที่ถูกปฏิเสธไม่ให้เรียกใช้ในอุปกรณ์ทั้งหมด

การคืนสินค้า
ITokenRequest

returnToRemotePool

public void returnToRemotePool (ITestSuite test, 
                int attemptNumber)

พารามิเตอร์
test ITestSuite

attemptNumber int