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. |
static
void
|
prepareSandbox(TestInformation info, IConfiguration config, ITestInvocationListener listener)
Étape de préparation du bac à sable |
static
boolean
|
runSandbox(TestInformation info, IConfiguration config, ITestInvocationListener listener)
Étape d'exécution du bac à sable |
static
void
|
teardownSandbox(IConfiguration config)
|
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". |
prepareSandbox
public static void prepareSandbox (TestInformation info, IConfiguration config, ITestInvocationListener listener)
Étape de préparation du bac à sable
Paramètres | |
---|---|
info |
TestInformation |
config |
IConfiguration |
listener |
ITestInvocationListener |
runSandbox
public static boolean runSandbox (TestInformation info, IConfiguration config, ITestInvocationListener listener)
Étape d'exécution du bac à sable
Paramètres | |
---|---|
info |
TestInformation |
config |
IConfiguration |
listener |
ITestInvocationListener |
Renvoie | |
---|---|
boolean |
teardownSandbox
public static void teardownSandbox (IConfiguration config)
Paramètres | |
---|---|
config |
IConfiguration |