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، ولكنّ المشغِّل المضمّن والمستخدِم للمَعلمات ليس جيدًا جدًا ولا يسمح بتشغيل طريقة واحدة.

راجِع أيضًا:

ملخّص

وظائف الإنشاء العامة

DeviceParameterizedRunner(Class<?> klass)

الطرق العامة

IAbi getAbi()
TestInformation getTestInformation()
void setAbi(IAbi abi)
void setTestInformation(TestInformation testInformation)

الطرق المحمية

Statement methodInvoker(FrameworkMethod method, Object testObj)

وظائف الإنشاء العامة

DeviceParameterizedRunner

public DeviceParameterizedRunner (Class<?> klass)

عمليات الرمي
org.junit.runners.model.InitializationError
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

الطرق المحمية

methodInvoker

protected Statement methodInvoker (FrameworkMethod method, 
                Object testObj)

المعلمات
method FrameworkMethod

testObj Object

المرتجعات
Statement