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, 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, 
                 moduleMapping)

पैरामीटर
client IDynamicShardingClient

poolId String

moduleMapping

रिटर्न
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