SemaphoreTokenTargetPreparer
public
class
SemaphoreTokenTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
🎞 | com.android.tradefed.targetprep.BaseTargetPreparer | |
🎞 | com.android.tradefed.targetprep.SemaphoreTokenTargetPreparer |
Si tratta di un preparatore utilizzato per utilizzare il token per serializzare l'escuzione di test nell'host trasferito. solo il dispositivo acquisisci il token per avviare il test. Altre persone attenderanno il rilascio. Non è possibile utilizzata solo quando si dispone di un test in trasferta e si utilizzano risorse condivise. Assicurati che singolo test in esecuzione sull'host con DUT diversi. L'utente deve aggiungere --semaphore-token:no-disable nel file di comando.
Riepilogo
Costruttori pubblici | |
---|---|
SemaphoreTokenTargetPreparer()
|
Metodi pubblici | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Costruttori pubblici
SemaphoreTokenTargetPreparer
public SemaphoreTokenTargetPreparer ()
Metodi pubblici
impostazione
public void setUp (TestInformation testInfo)
Parametri | |
---|---|
testInfo |
TestInformation |
Lanci | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
demolire
public void tearDown (TestInformation testInfo, Throwable e)
Parametri | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Lanci | |
---|---|
DeviceNotAvailableException |