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