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 如果调用成功,则为 true。否则为 false。