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)

Przygotowanie piaskownicy

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

Krok 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

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

prepareSandbox

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

Przygotowanie piaskownicy

Parametry
info TestInformation

config IConfiguration

listener ITestInvocationListener

runSandbox

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

Krok wykonania piaskownicy

Parametry
info TestInformation

config IConfiguration

listener ITestInvocationListener

Zwroty
boolean

teardownSandbox

public static void teardownSandbox (IConfiguration config)

Parametry
config IConfiguration