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: テスト モジュールの File

戻り値
String コロン区切りのライブラリ パスを指定する文字列。