TestSystemAppInstallSetup

public class TestSystemAppInstallSetup
extends BaseTargetPreparer

java.lang.Object의 클래스
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.TestSystemAppInstallSetup


IDeviceBuildInfo.getTestsDir() 폴더의 앱을 하나 이상 기기의 /system 파티션에 설치하는 ITargetPreparer입니다.

adb 루트 필요

요약

공개 생성자

TestSystemAppInstallSetup()

공개 메서드

void addTestFileName(String fileName)

설치할 APK 목록에 파일 추가

void setUp(TestInformation testInfo)

공개 생성자

TestSystemAppInstallSetup

public TestSystemAppInstallSetup ()

공개 메서드

addTestFileName 클래스의 생성자

public void addTestFileName (String fileName)

설치할 APK 목록에 파일 추가

설정

public void setUp (TestInformation testInfo)

매개변수
testInfo TestInformation

생성 값
DeviceNotAvailableException
TargetSetupError