SandboxInvocationRunner

public class SandboxInvocationRunner
extends Object

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


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

摘要

公用建構函式

SandboxInvocationRunner()

公用方法

static boolean prepareAndRun(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 如果叫用成功,則為「是」。否則傳回「否」。