SandboxInvocationRunner

public class SandboxInvocationRunner
extends Object

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


Jalankan pengujian yang terkait dengan pemanggilan di sandbox.

Ringkasan

Konstruktor publik

SandboxInvocationRunner()

Metode publik

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

Lakukan penyiapan dan jalankan pengujian.

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

Langkah persiapan sandbox

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

Langkah eksekusi sandbox

static void teardownSandbox(IConfiguration config)

Konstruktor publik

SandboxInvocationRunner

public SandboxInvocationRunner ()

Metode publik

prepareAndRun

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

Lakukan penyiapan dan jalankan pengujian.

Parameter
info TestInformation

config IConfiguration

listener ITestInvocationListener

Hasil
boolean Benar jika pemanggilan berhasil. Salah jika tidak.

prepareSandbox

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

Langkah persiapan sandbox

Parameter
info TestInformation

config IConfiguration

listener ITestInvocationListener

runSandbox

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

Langkah eksekusi sandbox

Parameter
info TestInformation

config IConfiguration

listener ITestInvocationListener

Hasil
boolean

teardownSandbox

public static void teardownSandbox (IConfiguration config)

Parameter
config IConfiguration