SandboxInvocationRunner

public class SandboxInvocationRunner
extends Object

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


在沙箱中運行與調用關聯的測試。

概括

公共構造函數

SandboxInvocationRunner ()

公共方法

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

進行設置並運行測試。

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

沙盒準備步驟

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

沙盒的執行步驟

公共構造函數

SandboxInvocationRunner

public SandboxInvocationRunner ()

公共方法

準備並運行

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

進行設置並運行測試。

參數
info TestInformation

config IConfiguration

listener ITestInvocationListener

退貨
boolean如果調用成功,則為真。否則為假。

準備沙盒

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

沙盒準備步驟

參數
info TestInformation

config IConfiguration

listener ITestInvocationListener

運行沙盒

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

沙盒的執行步驟

參數
info TestInformation

config IConfiguration

listener ITestInvocationListener

退貨
boolean