デバイススイート

public class DeviceSuite
extends Suite implements IAbiReceiver , ISetOptionReceiver , ITestInformationReceiver

java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runner.Runner>
org.junit.runners.Suite
com.android.tradefed.testtype.DeviceSuite


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

公開メソッド

getAbi

public IAbi getAbi ()

戻り値
IAbi

getTestInformation

public TestInformation getTestInformation ()

戻り値
TestInformation

setAbi

public void setAbi (IAbi abi)

パラメーター
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

パラメーター
testInformation TestInformation

保護されたメソッド

runChild

protected void runChild (Runner runner, 
                RunNotifier notifier)

パラメーター
runner Runner

notifier RunNotifier