DeviceSuite
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)
|
パブリック コンストラクタ
DeviceSuite
public DeviceSuite (Class<?> klass, RunnerBuilder builder)
パラメータ | |
---|---|
klass |
Class |
builder |
RunnerBuilder |
例外 | |
---|---|
InitializationError |
パブリック メソッド
setTestInformation
public void setTestInformation (TestInformation testInformation)
パラメータ | |
---|---|
testInformation |
TestInformation |
保護されたメソッド
runChild
protected void runChild (Runner runner, RunNotifier notifier)
パラメータ | |
---|---|
runner |
Runner |
notifier |
RunNotifier |