DeviceBuildInfoBootStrapper
public class DeviceBuildInfoBootStrapper
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.DeviceBuildInfoBootStrapper |
ビルド情報フィールドをデバイスから読み取られた属性に置き換えるITargetPreparer
これは、外部ソースから生成されたビルドを使用してデバイスをテストする場合に役立ちます(外部パートナーデバイスなど)。
概要
パブリックコンストラクター | |
---|---|
DeviceBuildInfoBootStrapper () |
パブリックメソッド | |
---|---|
void | setUp (TestInformation testInfo) |
パブリックコンストラクター
DeviceBuildInfoBootStrapper
public DeviceBuildInfoBootStrapper ()
パブリックメソッド
セットアップ
public void setUp (TestInformation testInfo)
パラメーター | |
---|---|
testInfo | TestInformation |
投げる | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |