AllTestZipAppsSetup ইনস্টল করুন
public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer
একটি ITargetPreparer
যা একটি পরীক্ষার জিপে সমস্ত অ্যাপ ইনস্টল করে। পৃথক পরীক্ষার অ্যাপ ইনস্টলের জন্য অনুগ্রহ করে TestAppInstallSetup
দেখুন।
সারাংশ
পাবলিক কনস্ট্রাক্টর
AllTestZipAppsSetup ইনস্টল করুন
public InstallAllTestZipAppsSetup ()
পাবলিক পদ্ধতি
সেট ক্লিনআপ
public void setCleanup (boolean cleanup)
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 |
টিয়ারডাউন
public void tearDown (ITestDevice device,
IBuildInfo buildInfo,
Throwable e)
পরামিতি |
---|
device | ITestDevice |
buildInfo | IBuildInfo |
e | Throwable |