JarHostTest.HostTestListener

public class JarHostTest.HostTestListener
extends ResultForwarder

java.lang.Object
com.android.tradefed.result.ResultForwarder
     ↳ com.android.compliance.common.tradefed.testtype.JarHostTest.HostTestListener,


Listener opakowujący, który przekazuje wszystkie zdarzenia oprócz testRunStarted() i testRunEnded() do osadzonego listenera. Każda klasa testowa w pliku jar wywoła te zdarzenia, które HostTestListener powstrzymuje przed detektorami na potrzeby logowania konsoli i raportowania wyników.

Podsumowanie

Konstruktory publiczne

HostTestListener(ITestInvocationListener listener)

Metody publiczne

void testRunEnded(long elapsedTime, metrics)

Raportuje zakończenie testu.

void testRunStarted(String name, int numTests)

Raportuje rozpoczęcie testu.

Konstruktory publiczne

Detektor testów hosta

public HostTestListener (ITestInvocationListener listener)

Parametry
listener ITestInvocationListener

Metody publiczne

testRunEnded

public void testRunEnded (long elapsedTime, 
                 metrics)

Raportuje zakończenie testu.

Parametry
elapsedTime long: czas upłynął, milisekundy zgłoszone przez urządzenie

metrics : pary klucz-wartość zgłoszone na końcu wykonania testu

testRunStarted

public void testRunStarted (String name, 
                int numTests)

Raportuje rozpoczęcie testu.

Parametry
name String: nazwa testu;

numTests int: łączna liczba testów w teście