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 목록에 파일 추가

setUp

public void setUp (TestInformation testInfo)

매개변수
testInfo TestInformation

생성 값
DeviceNotAvailableException
TargetSetupError