TestRunnerUtil

public class TestRunnerUtil
extends Object

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


一个实用程序类,用于帮助各种测试运行程序。

摘要

公共构造函数

TestRunnerUtil()

公共方法

static String getLdLibraryPath(File testFile)

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

公共构造函数

TestRunnerUtil

public TestRunnerUtil ()

公共方法

getLdLibraryPath

public static String getLdLibraryPath (File testFile)

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

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

返回
String 一个字符串,用于指定以英文冒号分隔的库路径。