LocalPool

public class LocalPool
extends Object implements ITestsPool

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


स्थानीय टेस्ट के पूल को लागू करना

खास जानकारी

सार्वजनिक कंस्ट्रक्टर

LocalPool(Collection<IRemoteTest> genericPool, Collection<ITokenRequest> tokenPool)

पब्लिक मेथड

IRemoteTest poll(TestInformation info, boolean reportNotExecuted)

अगले टेस्ट को लागू करने के लिए पोल करें.

ITokenRequest pollRejectedTokenModule()

यह फ़ंक्शन, उन टेस्ट की सूची दिखाता है जिन्हें सभी डिवाइसों पर चलाने के लिए अस्वीकार कर दिया गया था.

सार्वजनिक कंस्ट्रक्टर

LocalPool

public LocalPool (Collection<IRemoteTest> genericPool, 
                Collection<ITokenRequest> tokenPool)

पैरामीटर
genericPool Collection

tokenPool Collection

पब्लिक मेथड

पोल

public IRemoteTest poll (TestInformation info, 
                boolean reportNotExecuted)

अगले टेस्ट को लागू करने के लिए पोल करें.

पैरामीटर
info TestInformation

reportNotExecuted boolean

रिटर्न
IRemoteTest

pollRejectedTokenModule

public ITokenRequest pollRejectedTokenModule ()

यह फ़ंक्शन, उन टेस्ट की सूची दिखाता है जिन्हें सभी डिवाइसों पर चलाने के लिए अस्वीकार कर दिया गया था.

रिटर्न
ITokenRequest