Suite de dispositivos
public class DeviceSuite
extends Suite
implements IAbiReceiver , ISetOptionReceiver , ITestInformationReceiver
java.lang.Objeto |
↳ | org.junit.runner.Runner |
| ↳ | org.junit.runners.ParentRunner<org.junit.runner.Runner> |
| | ↳ | org.junit.runners.Suite |
| | | ↳ | com.android.tradefed.testtype.DeviceSuite |
Extiende la Suite
de contenedores JUnit4 para proporcionar un ITestDevice
a las pruebas que lo requieran.
Resumen
Constructores públicos |
---|
DeviceSuite (Class<?> klass, RunnerBuilder builder) |
Métodos protegidos |
---|
void | runChild (Runner runner, RunNotifier notifier) |
Constructores públicos
Suite de dispositivos
public DeviceSuite (Class<?> klass,
RunnerBuilder builder)
Parámetros |
---|
klass | Class |
builder | RunnerBuilder |
Lanza |
---|
InitializationError | |
Métodos públicos
obtenerAbi
public IAbi getAbi ()
conjuntoAbi
public void setAbi (IAbi abi)
public void setTestInformation (TestInformation testInformation)
Parámetros |
---|
testInformation | TestInformation |
Métodos protegidos
correrniño
protected void runChild (Runner runner,
RunNotifier notifier)
Parámetros |
---|
runner | Runner |
notifier | RunNotifier |