모든TestApps설치설정

public class AllTestAppsInstallSetup
extends BaseTargetPreparer implements IAbiReceiver

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.AllTestAppsInstallSetup


IDeviceBuildInfo#getTestsDir() 폴더의 모든 앱을 장치에 설치하는 ITargetPreparer . 개별 테스트 앱 설치에 대해서는 TestAppInstallSetup 참조하세요.

요약

공개 생성자

AllTestAppsInstallSetup ()

공개 메소드

IAbi getAbi ()
void setAbi ( IAbi abi)
void setUp ( TestInformation testInfo)

void tearDown ( TestInformation testInfo, Throwable e)

공개 생성자

모든TestApps설치설정

public AllTestAppsInstallSetup ()

공개 메소드

getAbi

public IAbi getAbi ()

보고
IAbi

setAbi

public void setAbi (IAbi abi)

매개변수
abi IAbi

설정

public void setUp (TestInformation testInfo)

매개변수
testInfo TestInformation

던지기
BuildError
DeviceNotAvailableException
TargetSetupError

분해

public void tearDown (TestInformation testInfo, 
                Throwable e)

매개변수
testInfo TestInformation

e Throwable

던지기
DeviceNotAvailableException