JarHostTest

public class JarHostTest
extends HostTest

java.lang.Object
   ↳ com.android.tradefed.testtype.HostTest
     ↳ com.android.compatibility.common.tradefed.testtype.JarHostTest


Test runner per i test JUnit lato host. Il pacchetto non è allineato per motivi storici e di compatibilità con le versioni precedenti.

Riepilogo

Classi nidificate

class JarHostTest.HostTestListener

Listener wrapper che inoltra tutti gli eventi, ad eccezione di testRunStarted() e testRunEnded(), al listener incorporato. 

Costruttori pubblici

JarHostTest()

Metodi pubblici

void run(TestInformation testInfo, ITestInvocationListener listener)

Esegue i test e segnala il risultato all'ascoltatore.

Costruttori pubblici

JarHostTest

public JarHostTest ()

Metodi pubblici

run

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

Esegue i test e segnala il risultato all'ascoltatore.

Parametri
testInfo TestInformation: l'oggetto TestInformation contenente informazioni utili per eseguire i test.

listener ITestInvocationListener: il ITestInvocationListener dei risultati del test

Lanci
DeviceNotAvailableException