測試運行工具

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指定以冒號分隔的庫路徑的字符串。