SandboxInvocationRunner

public class SandboxInvocationRunner
extends Object

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


Korumalı alanda çağrı ile ilişkili testleri çalıştırın.

Özet

kamu inşaatçılar

SandboxInvocationRunner ()

Genel yöntemler

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

Kurulumu yapın ve testleri çalıştırın.

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

Korumalı alanın hazırlık aşaması

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

Korumalı alanın yürütme adımı

static void teardownSandbox ( IConfiguration config)

kamu inşaatçılar

SandboxInvocationRunner

public SandboxInvocationRunner ()

Genel yöntemler

hazırla ve çalıştır

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

Kurulumu yapın ve testleri çalıştırın.

parametreler
info TestInformation

config IConfiguration

listener ITestInvocationListener

İadeler
boolean Çağırma başarılı olursa doğrudur. Aksi takdirde yanlış.

hazırlaSandbox

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

Korumalı alanın hazırlık aşaması

parametreler
info TestInformation

config IConfiguration

listener ITestInvocationListener

runSandbox

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

Korumalı alanın yürütme adımı

parametreler
info TestInformation

config IConfiguration

listener ITestInvocationListener

İadeler
boolean

sökmekSandbox

public static void teardownSandbox (IConfiguration config)

parametreler
config IConfiguration