SandboxInvocationRunner

public class SandboxInvocationRunner
extends Object

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


Uruchom testy powiązane z wywołaniem w piaskownicy.

Podsumowanie

Konstruktory publiczne

SandboxInvocationRunner()

Metody publiczne

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

Skonfiguruj i przeprowadź 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

static void teardownSandbox(IConfiguration config)

Konstruktory publiczne

SandboxInvocationRunner

public SandboxInvocationRunner ()

Metody publiczne

prepareAndRun

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

Skonfiguruj i przeprowadź testy.

Parametry
info TestInformation

config IConfiguration

listener ITestInvocationListener

Zwraca
boolean Wartość true, jeśli wywołanie zakończyło się powodzeniem. W przeciwnym razie ma wartość Fałsz.

Zgłasza
Throwable

prepareSandbox

public static void prepareSandbox (TestInformation info, 
                IConfiguration config, 
                ITestInvocationListener listener)

Etap przygotowania piaskownicy

Parametry
info TestInformation

config IConfiguration

listener ITestInvocationListener

Zgłasza
Throwable

runSandbox

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

Etap wykonania piaskownicy

Parametry
info TestInformation

config IConfiguration

listener ITestInvocationListener

Zwraca
boolean

Zgłasza
Throwable

teardownSandbox

public static void teardownSandbox (IConfiguration config)

Parametry
config IConfiguration