LocalPool

public class LocalPool
extends Object implements ITestsPool

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


הטמעה של מאגר בדיקות מקומיות

סיכום

‫constructors ציבוריים

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

‫methods ציבוריים

IRemoteTest poll(TestInformation info, boolean reportNotExecuted)

הצבעה לבדיקה הבאה שתופעל.

ITokenRequest pollRejectedTokenModule()

מחזירה את רשימת הבדיקות שנדחו להרצה בכל המכשירים.

‫constructors ציבוריים

LocalPool

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

פרמטרים
genericPool Collection

tokenPool Collection

‫methods ציבוריים

לדגום

public IRemoteTest poll (TestInformation info, 
                boolean reportNotExecuted)

הצבעה לבדיקה הבאה שתופעל.

פרמטרים
info TestInformation

reportNotExecuted boolean

החזרות
IRemoteTest

pollRejectedTokenModule

public ITokenRequest pollRejectedTokenModule ()

מחזירה את רשימת הבדיקות שנדחו להרצה בכל המכשירים.

החזרות
ITokenRequest