InvocationSummaryHelper

public class InvocationSummaryHelper
extends Object

java.lang.Object
com.android.tradefed.result.InvocationSummaryHelper


Hilfsklasse zum Erfassen und Melden von TestSummary für eine Reihe von Listenern

Zusammenfassung

Öffentliche Methoden

static void reportInvocationEnded(List<ITestInvocationListener> listeners, long elapsedTime)
static void reportInvocationStarted(List<ITestInvocationListener> listeners, IInvocationContext context)

Öffentliche Methoden

reportInvocationEnded

public static void reportInvocationEnded (List<ITestInvocationListener> listeners, 
                long elapsedTime)

Parameter
listeners List

elapsedTime long

reportInvocationStarted

public static void reportInvocationStarted (List<ITestInvocationListener> listeners, 
                IInvocationContext context)

Parameter
listeners List

context IInvocationContext