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)

Melakukan penyiapan dan menjalankan 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

persiapanAndRun

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

Melakukan penyiapan dan menjalankan pengujian.

Parameter
info TestInformation

config IConfiguration

listener ITestInvocationListener

Hasil
boolean True jika panggilan berhasil. Salah jika sebaliknya.

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

Kotak Pasir Pembongkaran

public static void teardownSandbox (IConfiguration config)

Parameter
config IConfiguration