DeviceSuite

public class DeviceSuite
extends Suite implements IAbiReceiver, ISetOptionReceiver, ITestInformationReceiver

java.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)

קונסטרוקטורים גלויים לכולם

DeviceSuite

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