DeviceParameterizedRunner
public
class
DeviceParameterizedRunner
extends JUnitParamsRunner
implements
IAbiReceiver,
ISetOptionReceiver,
ITestInformationReceiver
java.lang.Object
|
↳ |
org.junit.runner.Runner
|
|
↳ |
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
|
|
|
↳ |
org.junit.runners.BlockJUnit4ClassRunner
|
|
|
|
↳ |
junitparams.JUnitParamsRunner
|
|
|
|
|
↳ |
com.android.tradefed.testtype.junit4.DeviceParameterizedRunner
|
أداة تنفيذ مُستخدِمة في اختبارات JUnit4 المُستخدِمة للمَعلمات من جهة المضيف
يستند هذا المشغِّل إلى JUnitParamsRunner
وليس إلى Parameterized
المضمّن في JUnit4، ولكنّ المشغِّل المضمّن والمستخدِم للمَعلمات ليس جيدًا جدًا ولا يسمح بتشغيل طريقة واحدة.
ملخّص
الطرق المحمية |
Statement
|
methodInvoker(FrameworkMethod method, Object testObj)
|
وظائف الإنشاء العامة
DeviceParameterizedRunner
public DeviceParameterizedRunner (Class<?> klass)
عمليات الرمي |
|
org.junit.runners.model.InitializationError |
InitializationError |
|
الطرق العامة
getAbi
public IAbi getAbi ()
setAbi
public void setAbi (IAbi abi)
public void setTestInformation (TestInformation testInformation)
المعلمات |
testInformation |
TestInformation |
الطرق المحمية
methodInvoker
protected Statement methodInvoker (FrameworkMethod method,
Object testObj)
المعلمات |
method |
FrameworkMethod |
testObj |
Object |