RunOnSdkSandboxTargetPreparer

public class RunOnSdkSandboxTargetPreparer
extends BaseTargetPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.RunOnSdkSandboxTargetPreparer


Un ITargetPreparer pour marquer que les tests doivent être exécutés dans le bac à sable sdk. Voir https://developer.android.com/design-for-safety/privacy-sandbox/sdk-runtime

Résumé

Des champs

public static final String DISABLE_TEST_ACTIVITIES_CMD

public static final String ENABLE_TEST_ACTIVITIES_CMD

public static final String RUN_TESTS_ON_SDK_SANDBOX

public static final String SDK_IN_SANDBOX_ACTIVITIES

Constructeurs publics

RunOnSdkSandboxTargetPreparer ()

Méthodes publiques

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

Des champs

DISABLE_TEST_ACTIVITIES_CMD

public static final String DISABLE_TEST_ACTIVITIES_CMD

ENABLE_TEST_ACTIVITIES_CMD

public static final String ENABLE_TEST_ACTIVITIES_CMD

RUN_TESTS_ON_SDK_SANDBOX

public static final String RUN_TESTS_ON_SDK_SANDBOX

SDK_IN_SANDBOX_ACTIVITIES

public static final String SDK_IN_SANDBOX_ACTIVITIES

Constructeurs publics

RunOnSdkSandboxTargetPreparer

public RunOnSdkSandboxTargetPreparer ()

Méthodes publiques

installation

public void setUp (TestInformation testInformation)

Paramètres
testInformation TestInformation

Lance
BuildError
DeviceNotAvailableException
TargetSetupError

démolir

public void tearDown (TestInformation testInformation, 
                Throwable e)

Paramètres
testInformation TestInformation

e Throwable

Lance
DeviceNotAvailableException