ArtChrootPreparer

public class ArtChrootPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer (link em inglês)
     ↳ com.android.tradefed.targetprep.ArtChrootPreparer


Crie o diretório chroot para testes de ART.

Resumo

Campos

public static final String CHROOT_PATH

Construtores públicos

ArtChrootPreparer()

Métodos públicos

void setUp(TestInformation testInfo)
void tearDown(TestInformation testInfo, Throwable e)

Campos

CAMINHO_DE_CHROOT

public static final String CHROOT_PATH

Construtores públicos

ArtChrootPreparer

public ArtChrootPreparer ()

Métodos públicos

Configuração

public void setUp (TestInformation testInfo)

Parâmetros
testInfo TestInformation

Gera
BuildError
DeviceNotAvailableException
TargetSetupError

desmontar

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parâmetros
testInfo TestInformation

e Throwable

Gera
DeviceNotAvailableException