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 |
Étend le Suite
du conteneur JUnit4 afin de fournir un ITestDevice
aux tests
qui l'exige.
Résumé
Constructeurs publics | |
---|---|
DeviceSuite(Class<?> klass, RunnerBuilder builder)
|
Méthodes publiques | |
---|---|
IAbi
|
getAbi()
|
TestInformation
|
getTestInformation()
|
void
|
setAbi(IAbi abi)
|
void
|
setTestInformation(TestInformation testInformation)
|
Méthodes protégées | |
---|---|
void
|
runChild(Runner runner, RunNotifier notifier)
|
Constructeurs publics
DeviceSuite
public DeviceSuite (Class<?> klass, RunnerBuilder builder)
Paramètres | |
---|---|
klass |
Class |
builder |
RunnerBuilder |
Génère | |
---|---|
InitializationError |
Méthodes publiques
setTestInformation
public void setTestInformation (TestInformation testInformation)
Paramètres | |
---|---|
testInformation |
TestInformation |
Méthodes protégées
runChild
protected void runChild (Runner runner, RunNotifier notifier)
Paramètres | |
---|---|
runner |
Runner |
notifier |
RunNotifier |