测试运行工具

public class TestRunnerUtil
extends Object

java.lang.Object
com.android.tradefed.util.TestRunnerUtil


帮助各种测试运行器的实用程序类。

概括

公共构造函数

TestRunnerUtil ()

公共方法

static String getLdLibraryPath (File testFile)

为需要本机库的主机端测试返回 LD_LIBRARY_PATH。

公共构造函数

测试运行工具

public TestRunnerUtil ()

公共方法

获取 Ld 库路径

public static String getLdLibraryPath (File testFile)

为需要本机库的主机端测试返回 LD_LIBRARY_PATH。

参数
testFile File :测试模块的ERROR(/File)

退货
String指定以冒号分隔的库路径的字符串。