测试运行工具

public class TestRunnerUtil
extends Object

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


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

概括

公共构造函数

TestRunnerUtil ()

公共方法

static String getLdLibraryPath (File testFile)

对于需要本机库的主机端测试,返回 LD_LIBRARY_PATH。

公共构造函数

测试运行工具

public TestRunnerUtil ()

公共方法

获取LdLibraryPath

public static String getLdLibraryPath (File testFile)

对于需要本机库的主机端测试,返回 LD_LIBRARY_PATH。

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

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