डिवाइस पैरामीटरेटेड रनर

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)

सार्वजनिक निर्माणकर्ता

डिवाइस पैरामीटरेटेड रनर

public DeviceParameterizedRunner (Class<?> klass)

फेंकता
org.junit.runners.model.InitializationError
InitializationError

सार्वजनिक तरीके

getAbi

public IAbi getAbi ()

रिटर्न
IAbi

getTestInformation

public TestInformation getTestInformation ()

रिटर्न
TestInformation

सेताबी

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