SandboxInvocationRunner

public class SandboxInvocationRunner
extends Object

Obiekt Java.lang.Object
com.android.tradefed.sandbox.SandboxInvocationRunner


Uruchom testy powią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)

Krok wykonawczy piaskownicy

static void teardownSandbox ( IConfiguration config)

Konstruktorzy publiczni

SandboxInvocationRunner

public SandboxInvocationRunner ()

Metody publiczne

przygotujAndRun

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 zakończy się pomyślnie. Inaczej nieprawda.

przygotuj 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)

Krok wykonawczy piaskownicy

Parametry
info TestInformation

config IConfiguration

listener ITestInvocationListener

Zwroty
boolean

rozbiórka Piaskownica

public static void teardownSandbox (IConfiguration config)

Parametry
config IConfiguration