測試運行工具

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