JUnitRunUtil

public class JUnitRunUtil
extends Object

java.lang.オブジェクト
com.android.tradefed.testtype.JUnitRunUtil


IRemoteTest#run(TestInformation, ITestInvocationListener)呼び出しをTest#run(TestResult)呼び出しに指示するためのヘルパー クラス。

まとめ

パブリックコンストラクター

JUnitRunUtil ()

パブリックメソッド

static boolean runTest ( ITestInvocationListener listener, Test junitTest, String runName)
static boolean runTest ( ITestInvocationListener listener, Test junitTest)
static boolean runTest ( ITestInvocationListener listener, Test junitTest, String runName, TestInformation testInfo)

パブリックコンストラクター

JUnitRunUtil

public JUnitRunUtil ()

パブリックメソッド

実行テスト

public static boolean runTest (ITestInvocationListener listener, 
                Test junitTest, 
                String runName)

パラメーター
listener ITestInvocationListener

junitTest Test

runName String

戻り値
boolean

投げる
DeviceNotAvailableException

実行テスト

public static boolean runTest (ITestInvocationListener listener, 
                Test junitTest)

パラメーター
listener ITestInvocationListener

junitTest Test

戻り値
boolean

投げる
DeviceNotAvailableException

実行テスト

public static boolean runTest (ITestInvocationListener listener, 
                Test junitTest, 
                String runName, 
                TestInformation testInfo)

パラメーター
listener ITestInvocationListener

junitTest Test

runName String

testInfo TestInformation

戻り値
boolean

投げる
DeviceNotAvailableException