Test HostJara
public
class
JarHostTest
extends HostTest
java.lang.Object | ||
🎞 | com.android.tradefed.testtype.HostTest | |
🎞 | com.android.compatibility.common.tradefed.testtype.JarHostTest |
Esecutore del test per i test JUnit lato host. Il pacco è disallineato per i dati storici e indietro per motivi di compatibilità.
Riepilogo
Classi nidificate | |
---|---|
class |
JarHostTest.HostTestListener
Listener di wrapper che inoltra tutti gli eventi tranne testRunStarted() e testRunEnded() al listener incorporato. |
Costruttori pubblici | |
---|---|
JarHostTest()
|
Metodi pubblici | |
---|---|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
Esegue i test e segnala i risultati al listener. |
Costruttori pubblici
Test HostJara
public JarHostTest ()
Metodi pubblici
run
public void run (TestInformation testInfo, ITestInvocationListener listener)
Esegue i test e segnala i risultati al listener.
Parametri | |
---|---|
testInfo |
TestInformation : l'oggetto TestInformation contenente informazioni utili da eseguire
test. |
listener |
ITestInvocationListener : ITestInvocationListener dei risultati del test |
Lanci | |
---|---|
DeviceNotAvailableException |