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