AllTestZipAppsSetup ইনস্টল করুন

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)

পাবলিক কনস্ট্রাক্টর

AllTestZipAppsSetup ইনস্টল করুন

public InstallAllTestZipAppsSetup ()

পাবলিক পদ্ধতি

সেট ক্লিনআপ

public void setCleanup (boolean cleanup)

পরামিতি
cleanup boolean

setStopInstallOnFailure

public void setStopInstallOnFailure (boolean stopInstallOnFailure)

পরামিতি
stopInstallOnFailure boolean

setTestZipName

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