DeviceParameterizedRunner

public class DeviceParameterizedRunner
extends JUnitParamsRunner implements IAbiReceiver, ISetOptionReceiver, ITestInformationReceiver

JavaScript.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