InstallAllTestZipAppsSetup

public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer

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


ITargetPreparer, który instaluje wszystkie aplikacje w pliku ZIP z testami. Informacje o instalowaniu poszczególnych aplikacji testowych znajdziesz w artykule TestAppInstallSetup.

Podsumowanie

Konstruktory publiczne

InstallAllTestZipAppsSetup()

Metody publiczne

void setCleanup(boolean cleanup)
void setStopInstallOnFailure(boolean stopInstallOnFailure)
void setTestZipName(String testZipName)
void setUp(ITestDevice device, IBuildInfo buildInfo)

void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e)

Konstruktory publiczne

InstallAllTestZipAppsSetup

public InstallAllTestZipAppsSetup ()

Metody publiczne

setCleanup

public void setCleanup (boolean cleanup)

Parametry
cleanup boolean

setStopInstallOnFailure

public void setStopInstallOnFailure (boolean stopInstallOnFailure)

Parametry
stopInstallOnFailure boolean

setTestZipName

public void setTestZipName (String testZipName)

Parametry
testZipName String

setUp

public void setUp (ITestDevice device, 
                IBuildInfo buildInfo)

Parametry
device ITestDevice

buildInfo IBuildInfo

tearDown

public void tearDown (ITestDevice device, 
                IBuildInfo buildInfo, 
                Throwable e)

Parametry
device ITestDevice

buildInfo IBuildInfo

e Throwable