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コロンで区切られたライブラリ パスを指定する文字列。