设备套件
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 |
扩展 JUnit4 容器 Suite
,以便向测试提供 ITestDevice
所需的资源。
摘要
公共构造函数 | |
---|---|
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 |
公共方法
setTestInformation
public void setTestInformation (TestInformation testInformation)
参数 | |
---|---|
testInformation |
TestInformation |
受保护的方法
runChild
protected void runChild (Runner runner, RunNotifier notifier)
参数 | |
---|---|
runner |
Runner |
notifier |
RunNotifier |