डायनेमिक सिस्टम प्रिपेरर
public class DynamicSystemPreparer
extends BaseTargetPreparer
java.lang.ऑब्जेक्ट | ||
मैं | com.android.tradefed.targetprep.BaseTargetPreparer | |
मैं | com.android.tradefed.targetprep.DynamicSystemPreparer |
एक ITargetPreparer
जो डायनामिक सिस्टम अपडेट के साथ डिवाइस के शीर्ष पर एक सिस्टम इमेज सेट करता है।
सारांश
सार्वजनिक निर्माणकर्ता | |
---|---|
DynamicSystemPreparer () |
सार्वजनिक तरीके | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
सार्वजनिक निर्माणकर्ता
डायनेमिक सिस्टम प्रिपेरर
public DynamicSystemPreparer ()
सार्वजनिक तरीके
स्थापित करना
public void setUp (TestInformation testInfo)
मापदंडों | |
---|---|
testInfo | TestInformation |
फेंकता | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
चीथड़े कर दो
public void tearDown (TestInformation testInfo, Throwable e)
मापदंडों | |
---|---|
testInfo | TestInformation |
e | Throwable |
फेंकता | |
---|---|
DeviceNotAvailableException |