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