沙盒呼叫運行器

public class SandboxInvocationRunner
extends Object

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


在沙箱中執行與呼叫相關的測試。

概括

公共構造函數

SandboxInvocationRunner ()

公共方法

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

進行設定並運行測試。

公共構造函數

沙盒呼叫運行器

public SandboxInvocationRunner ()

公共方法

準備並運行

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

進行設定並運行測試。

參數
info TestInformation

config IConfiguration

listener ITestInvocationListener

退貨
boolean如果呼叫成功則為 true。否則為假。