InstallAllTestZipAppsSetup

public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer

java.lang.ऑब्जेक्ट
मैं com.android.tradefed.targetprep.BaseTargetPreparer
मैं com.android.tradefed.targetprep.InstallAllTestZipAppsSetup


एक ITargetPreparer जो एक परीक्षण ज़िप में सभी ऐप्स इंस्टॉल करता है। व्यक्तिगत परीक्षण ऐप इंस्टॉल के लिए कृपया TestAppInstallSetup

सारांश

सार्वजनिक निर्माणकर्ता

InstallAllTestZipAppsSetup ()

सार्वजनिक तरीके

void setCleanup (boolean cleanup)
void setStopInstallOnFailure (boolean stopInstallOnFailure)
void setTestZipName (String testZipName)
void setUp ( ITestDevice device, IBuildInfo buildInfo)

void tearDown ( ITestDevice device, IBuildInfo buildInfo, Throwable e)

सार्वजनिक निर्माणकर्ता

InstallAllTestZipAppsSetup

public InstallAllTestZipAppsSetup ()

सार्वजनिक तरीके

सेटक्लीनअप

public void setCleanup (boolean cleanup)

मापदंडों
cleanup boolean

setStopInstallOnFailure

public void setStopInstallOnFailure (boolean stopInstallOnFailure)

मापदंडों
stopInstallOnFailure boolean

सेटटेस्टज़िपनाम

public void setTestZipName (String testZipName)

मापदंडों
testZipName String

स्थापित करना

public void setUp (ITestDevice device, 
                IBuildInfo buildInfo)

मापदंडों
device ITestDevice

buildInfo IBuildInfo

फेंकता
DeviceNotAvailableException
TargetSetupError

चीथड़े कर दो

public void tearDown (ITestDevice device, 
                IBuildInfo buildInfo, 
                Throwable e)

मापदंडों
device ITestDevice

buildInfo IBuildInfo

e Throwable

फेंकता
DeviceNotAvailableException