Exécuteur d'appels de bac à sable

public class SandboxInvocationRunner
extends Object

java.lang.Object
   ↳ com.android.tradefed.sandbox.SandboxInvocationRunner


Exécutez les tests associés à l'appel dans le bac à sable.

Résumé

Constructeurs publics

SandboxInvocationRunner()

Méthodes publiques

static boolean prepareAndRun(TestInformation info, IConfiguration config, ITestInvocationListener listener)

Configurez et exécutez les tests.

Constructeurs publics

Exécuteur d'appels de bac à sable

public SandboxInvocationRunner ()

Méthodes publiques

prepareAndRun

public static boolean prepareAndRun (TestInformation info, 
                IConfiguration config, 
                ITestInvocationListener listener)

Configurez et exécutez les tests.

Paramètres
info TestInformation

config IConfiguration

listener ITestInvocationListener

Renvoie
boolean "True" si l'appel aboutit. Sinon, cette valeur est "false".