DeviceSuite

public class DeviceSuite
extends Suite implements IAbiReceiver , ISetOptionReceiver , ITestInformationReceiver

java.lang.Объект
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

Публичные методы

получитьАби

public IAbi getAbi ()

Возвращает
IAbi

получитьтестинформацию

public TestInformation getTestInformation ()

Возвращает
TestInformation

сетАби

public void setAbi (IAbi abi)

Параметры
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

Параметры
testInformation TestInformation

Защищенные методы

бегиребенок

protected void runChild (Runner runner, 
                RunNotifier notifier)

Параметры
runner Runner

notifier RunNotifier