חבילת המכשיר

public class DeviceSuite
extends Suite implements IAbiReceiver, ISetOptionReceiver, ITestInformationReceiver

JavaScript.lang.Object
org.junit.runner.Runner
  org.junit.runners.ParentRunner<org.junit.runner.Runner>
    org.junit.runners.Suite
      com.android.tradefed.testtype.DeviceSuite


הרחבת הקונטיינר Suite של JUnit4 כדי לספק ITestDevice לבדיקות שדורש את האימות.

סיכום

בנאים ציבוריים

DeviceSuite(Class<?> klass, RunnerBuilder builder)

שיטות ציבוריות

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

שיטות מוגנות

void runChild(Runner runner, RunNotifier notifier)

בנאים ציבוריים

חבילת המכשיר

public DeviceSuite (Class<?> klass, 
                RunnerBuilder builder)

פרמטרים
klass Class

builder RunnerBuilder

קליעות
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

שיטות מוגנות

runChild

protected void runChild (Runner runner, 
                RunNotifier notifier)

פרמטרים
runner Runner

notifier RunNotifier