JarHostTest

public class JarHostTest
extends HostTest

java.lang.Oggetto
com.android.tradefed.testtype.HostTest
com.android.compatibility.common.tradefed.testtype.JarHostTest


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

Riepilogo

Classi nidificate

class JarHostTest.HostTestListener

Wrapper listener che inoltra tutti gli eventi tranne testRunStarted() e testRunEnded() al listener integrato.

Costruttori pubblici

JarHostTest ()

Metodi pubblici

void run ( TestInformation testInfo, ITestInvocationListener listener)

Esegue i test e riporta i risultati al listener.

Costruttori pubblici

JarHostTest

public JarHostTest ()

Metodi pubblici

correre

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

Esegue i test e riporta i risultati al listener.

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

listener ITestInvocationListener : ITestInvocationListener dei risultati del test

Getta
DeviceNotAvailableException