SandboxInwokacjaRunner
public class SandboxInvocationRunner
extends Object
java.lang.Object | |
com.android.tradefed.sandbox.SandboxInvocationRunner |
Uruchom testy związane z wywołaniem w piaskownicy.
Streszczenie
Konstruktorzy publiczni | |
---|---|
SandboxInvocationRunner () |
Metody publiczne | |
---|---|
static boolean | prepareAndRun ( TestInformation info, IConfiguration config, ITestInvocationListener listener) Wykonaj konfigurację i uruchom testy. |
static void | prepareSandbox ( TestInformation info, IConfiguration config, ITestInvocationListener listener) Etap przygotowania piaskownicy |
static boolean | runSandbox ( TestInformation info, IConfiguration config, ITestInvocationListener listener) Etap wykonania piaskownicy |
Konstruktorzy publiczni
SandboxInwokacjaRunner
public SandboxInvocationRunner ()
Metody publiczne
Przygotuj i biegnij
public static boolean prepareAndRun (TestInformation info, IConfiguration config, ITestInvocationListener listener)
Wykonaj konfigurację i uruchom testy.
Parametry | |
---|---|
info | TestInformation |
config | IConfiguration |
listener | ITestInvocationListener |
Zwroty | |
---|---|
boolean | Prawda, jeśli wywołanie się powiedzie. W przeciwnym razie fałsz. |
przygotować piaskownicę
public static void prepareSandbox (TestInformation info, IConfiguration config, ITestInvocationListener listener)
Etap przygotowania piaskownicy
Parametry | |
---|---|
info | TestInformation |
config | IConfiguration |
listener | ITestInvocationListener |
uruchomSandbox
public static boolean runSandbox (TestInformation info, IConfiguration config, ITestInvocationListener listener)
Etap wykonania piaskownicy
Parametry | |
---|---|
info | TestInformation |
config | IConfiguration |
listener | ITestInvocationListener |
Zwroty | |
---|---|
boolean |