デバイススイート

public class DeviceSuite
extends Suite implements IAbiReceiver , ISetOptionReceiver , ITestInformationReceiver

java.lang.オブジェクト
org.junit.runner.ランナー
org.junit.runners.ParentRunner<org.junit.runner.Runner>
org.junit.runners.Suite
com.android.tradefed.testtype.DeviceSuite


ITestDeviceを必要とするテストに ITestDevice を提供するために、JUnit4 コンテナSuiteを拡張します。

まとめ

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

DeviceSuite (Class<?> klass, RunnerBuilder builder)

パブリックメソッド

IAbi getAbi ()
TestInformation getTestInformation ()
void setAbi ( IAbi abi)
void setTestInformation ( TestInformation testInformation)

保護されたメソッド

void runChild (Runner runner, RunNotifier notifier)

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

デバイススイート

public DeviceSuite (Class<?> klass, 
                RunnerBuilder builder)

パラメーター
klass Class

builder RunnerBuilder

投げる
InitializationError

パブリックメソッド

アビを取得

public IAbi getAbi ()

戻り値
IAbi

テスト情報の取得

public TestInformation getTestInformation ()

戻り値
TestInformation

セットアビ

public void setAbi (IAbi abi)

パラメーター
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

パラメーター
testInformation TestInformation

保護されたメソッド

走る子

protected void runChild (Runner runner, 
                RunNotifier notifier)

パラメーター
runner Runner

notifier RunNotifier