InstallAllTestZipAppsSetup

public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.InstallAllTestZipAppsSetup


एक ITargetPreparer, जो टेस्टिंग के लिए बनाए गए zip में मौजूद सभी ऐप्लिकेशन इंस्टॉल करता है. किसी एक ऐप्लिकेशन के इंस्टॉल की जांच करने के लिए, कृपया 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 ()

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

setCleanup

public void setCleanup (boolean cleanup)

पैरामीटर
cleanup boolean

setStopInstallOnFailure

public void setStopInstallOnFailure (boolean stopInstallOnFailure)

पैरामीटर
stopInstallOnFailure boolean

setTestZipName

public void setTestZipName (String testZipName)

पैरामीटर
testZipName String

setUp

public void setUp (ITestDevice device, 
                IBuildInfo buildInfo)

पैरामीटर
device ITestDevice

buildInfo IBuildInfo

थ्रो
DeviceNotAvailableException
TargetSetupError

tearDown

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

पैरामीटर
device ITestDevice

buildInfo IBuildInfo

e Throwable

थ्रो
DeviceNotAvailableException