TestRunnerUtil

public class TestRunnerUtil
extends Object

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


協助各種測試執行器的公用程式類別。

摘要

公用建構函式

TestRunnerUtil()

公用方法

static String getLdLibraryPath(File testFile)

Return LD_LIBRARY_PATH for hostside tests that require native library.

公用建構函式

TestRunnerUtil

public TestRunnerUtil ()

公用方法

getLdLibraryPath

public static String getLdLibraryPath (File testFile)

傳回需要原生程式庫的主機端測試的 LD_LIBRARY_PATH。

參數
testFile File:測試模組的 File

傳回
String 指定以冒號分隔程式庫路徑的字串。