Korumalı Alan ÇağırmaRunner

public class SandboxInvocationRunner
extends Object

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


Korumalı alanda çağırma 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)

Sandbox'ın hazırlık aşaması

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

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

Kamu inşaatçıları

Korumalı Alan ÇağırmaRunner

public SandboxInvocationRunner ()

Genel yöntemler

hazırlaAndRun

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ğrı başarılı olursa doğrudur. Aksi takdirde yanlış.

hazırlamakSandbox

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

Sandbox'ı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