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 पर आधारित है, न कि JUnit4 के नेटिव Parameterized पर . हालांकि, नेटिव पैरामीटर वाला रनर बहुत अच्छा नहीं है और यह एक भी तरीका नहीं चलाता.

इन्हें भी देखें:

खास जानकारी

सार्वजनिक कंस्ट्रक्टर

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