Pakiet urządzeń

public class DeviceSuite
extends Suite implements IAbiReceiver , ISetOptionReceiver , ITestInformationReceiver

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


Rozszerza Suite kontenerów JUnit4 w celu zapewnienia ITestDevice do testów, które tego wymagają.

Streszczenie

Konstruktorzy publiczni

DeviceSuite (Class<?> klass, RunnerBuilder builder)

Metody publiczne

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

Metody chronione

void runChild (Runner runner, RunNotifier notifier)

Konstruktorzy publiczni

Pakiet urządzeń

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

Parametry
klass Class

builder RunnerBuilder

Rzuca
InitializationError

Metody publiczne

weźAbi

public IAbi getAbi ()

Zwroty
IAbi

pobierz informacje testowe

public TestInformation getTestInformation ()

Zwroty
TestInformation

ustawAbi

public void setAbi (IAbi abi)

Parametry
abi IAbi

zestaw informacji testowych

public void setTestInformation (TestInformation testInformation)

Parametry
testInformation TestInformation

Metody chronione

biegnijDziecko

protected void runChild (Runner runner, 
                RunNotifier notifier)

Parametry
runner Runner

notifier RunNotifier