AdbStopServerPreparer
public
class
AdbStopServerPreparer
extends BaseTargetPreparer
java.lang.Object | ||
🎞 | com.android.tradefed.targetprep.BaseTargetPreparer | |
🎞 | com.android.tradefed.targetprep.adb.AdbStopServerPreparer |
Preparatore del target per arrestare il server adb sull'host prima e dopo l'esecuzione di test adb.
Questo preparatore deve essere utilizzato con cautela perché si arresta e riavvia l'ADB sugli host. Dovrebbe
in genere devi stringere i valori di SemaphoreTokenTargetPreparer
per evitare l'esecuzione di altri test alle
contemporaneamente.
Riepilogo
Campi | |
---|---|
public
static
final
String |
ADB_BINARY_KEY
|
Costruttori pubblici | |
---|---|
AdbStopServerPreparer()
|
Metodi pubblici | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Metodi protetti | |
---|---|
File
|
findAdbLog()
|
Campi
CHIAVE_BINARIO_ADB
public static final String ADB_BINARY_KEY
Costruttori pubblici
AdbStopServerPreparer
public AdbStopServerPreparer ()
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 |
Metodi protetti
trovaAdbLog
protected File findAdbLog ()
Ritorni | |
---|---|
File |