TestSystemAppInstallSetup

public class TestSystemAppInstallSetup
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.TestSystemAppInstallSetup


Un ITargetPreparer qui installe une ou plusieurs applications depuis un dossier IDeviceBuildInfo.getTestsDir() vers la partition /system de l'appareil.

Nécessite une racine adb

Résumé

Constructeurs publics

TestSystemAppInstallSetup()

Méthodes publiques

void addTestFileName(String fileName)

Ajoute un fichier à la liste des APK à installer

void setUp(TestInformation testInfo)

Constructeurs publics

TestSystemAppInstallSetup

public TestSystemAppInstallSetup ()

Méthodes publiques

nomFichierTest

public void addTestFileName (String fileName)

Ajoute un fichier à la liste des APK à installer

Configurer

public void setUp (TestInformation testInfo)

Paramètres
testInfo TestInformation

Génère
DeviceNotAvailableException
TargetSetupError