AdbStopServerPreparer
public
class
AdbStopServerPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.adb.AdbStopServerPreparer |
adb テストの実行前後にホスト上の adb サーバーを停止するターゲット作成ツール。
この作成ツールは、ホストで adb を停止して再起動するため、慎重に使用する必要があります。本来は
通常は SemaphoreTokenTargetPreparer
と厳格にし、他のテストが実行されないようにする
できます。
概要
フィールド | |
---|---|
public
static
final
String |
ADB_BINARY_KEY
|
パブリック コンストラクタ | |
---|---|
AdbStopServerPreparer()
|
パブリック メソッド | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
保護されたメソッド | |
---|---|
File
|
findAdbLog()
|
フィールド
ADB_BINARY_KEY
public static final String ADB_BINARY_KEY
パブリック コンストラクタ
AdbStopServerPreparer
public AdbStopServerPreparer ()
パブリック メソッド
セットアップ
public void setUp (TestInformation testInfo)
パラメータ | |
---|---|
testInfo |
TestInformation |
例外 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
破棄
public void tearDown (TestInformation testInfo, Throwable e)
パラメータ | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
例外 | |
---|---|
DeviceNotAvailableException |
保護されたメソッド
findAdbLog
protected File findAdbLog ()
戻り値 | |
---|---|
File |