AllTestAppsInstallSetup
public class AllTestAppsInstallSetup
extends BaseTargetPreparer
implements IAbiReceiver
java.lang.অবজেক্ট | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.AllTestAppsInstallSetup |
একটি ITargetPreparer
যা ডিভাইসে একটি IDeviceBuildInfo#getTestsDir()
ফোল্ডার থেকে সমস্ত অ্যাপ ইনস্টল করে। পৃথক পরীক্ষার অ্যাপ ইনস্টলের জন্য অনুগ্রহ করে TestAppInstallSetup
দেখুন
সারাংশ
পাবলিক কনস্ট্রাক্টর | |
---|---|
AllTestAppsInstallSetup () |
পাবলিক পদ্ধতি | |
---|---|
IAbi | getAbi () |
void | setAbi ( IAbi abi) |
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e)
|
পাবলিক কনস্ট্রাক্টর
AllTestAppsInstallSetup
public AllTestAppsInstallSetup ()
পাবলিক পদ্ধতি
সেটআপ
public void setUp (TestInformation testInfo)
পরামিতি | |
---|---|
testInfo | TestInformation |
নিক্ষেপ করে | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
টিয়ারডাউন
public void tearDown (TestInformation testInfo, Throwable e)
পরামিতি | |
---|---|
testInfo | TestInformation |
e | Throwable |
নিক্ষেপ করে | |
---|---|
DeviceNotAvailableException |