JarHostTest
public class JarHostTest
extends HostTest
java.lang.Object | ||
↳ | com.android.tradefed.testtype.HostTest | |
↳ | com.android.compatibility.common.tradefed.testtype.JarHostTest |
Corridore del test 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 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 all'ascoltatore. |
Costruttori pubblici
JarHostTest
public JarHostTest ()
Metodi pubblici
correre
public void run (TestInformation testInfo, ITestInvocationListener listener)
Esegue i test e segnala i risultati all'ascoltatore.
Parametri | |
---|---|
testInfo | TestInformation : l'oggetto TestInformation contenente informazioni utili per eseguire i test. |
listener | ITestInvocationListener : l' ITestInvocationListener dei risultati del test |
Tiri | |
---|---|
DeviceNotAvailableException |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-15 UTC.
[]
[]