DeviceBuildInfoBootStrapper
public
class
DeviceBuildInfoBootStrapper
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.DeviceBuildInfoBootStrapper |
A ITargetPreparer
that replaces build info fields with attributes read from device
This is useful for testing devices with builds generated from an external source (e.g. external partner devices)
Summary
Public constructors | |
---|---|
DeviceBuildInfoBootStrapper()
|
Public methods | |
---|---|
void
|
setUp(TestInformation testInfo)
|
Public constructors
DeviceBuildInfoBootStrapper
public DeviceBuildInfoBootStrapper ()
Public methods
setUp
public void setUp (TestInformation testInfo)
Parameters | |
---|---|
testInfo |
TestInformation |
Throws | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |