ชุดอุปกรณ์
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 |
วิธีการป้องกัน
เรียกใช้เด็ก
protected void runChild (Runner runner, RunNotifier notifier)
พารามิเตอร์ | |
---|---|
runner |
Runner |
notifier |
RunNotifier |