SandboxInvocationRunner

public class SandboxInvocationRunner
extends Object

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


Çağrıyla ilişkili testleri korumalı alanda çalıştırın.

Özet

Herkese açık kurucular

SandboxInvocationRunner()

Herkese açık yöntemler

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

Testleri oluşturun ve çalıştırın.

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

Korumalı alan hazırlık adımı

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

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

static void teardownSandbox(IConfiguration config)

Herkese açık kurucular

SandboxInvocationRunner

public SandboxInvocationRunner ()

Herkese açık yöntemler

prepareAndRun

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

Testleri oluşturun ve çalıştırın.

Parametreler
info TestInformation

config IConfiguration

listener ITestInvocationListener

İlerlemeler
boolean Çağırma başarılıysa doğru değerini döndürür. Aksi takdirde False (yanlış) değerini alır.

prepareSandbox

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

Korumalı alan hazırlık adımı

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

İlerlemeler
boolean

teardownSandbox

public static void teardownSandbox (IConfiguration config)

Parametreler
config IConfiguration