com.android.tradefed.testtype.junit4

Annotazioni

AfterClassWithInfo Offre garanzie simili a AfterClass, ma il metodo annotato deve richiedere un parametro TestInformation
BeforeClassWithInfo Offre garanzie simili a BeforeClass, ma il metodo annotato deve richiedere un parametro TestInformation

Classi

BaseHostJUnit4Test Classe di test di base per l'esecuzione di test in stile JUnit4 lato host. 
DeviceParameterizedRunner Runner parametrizzato in stile JUnit4 per test parametrizzati basati sul lato host. 
DeviceTestRunOptions Una classe di builder per le opzioni relative all'esecuzione di test sui dispositivi tramite BaseHostJUnit4Test. 
ExceptionThrowingRunnerWrapper  
JUnit4ResultForwarder Forwarder dei risultati da JUnit4 Runner. 
RunAftersWithInfo  
RunBeforesWithInfo  
RunNotifierWrapper Wrapper di RunNotifier in modo da poter riportare DeviceNotAvailableException

Eccezioni

CarryDnaeError Interno RuntimeException per riportare DeviceNotAvailableException tramite il framework JUnit4. 
CarryInterruptedException Generata quando viene attivato il timeout della fase di test e un'eccezione InterruptedException deve essere riportata dal thread di esecuzione del test al thread di esecuzione della chiamata.