InvocationSummaryHelper

public class InvocationSummaryHelper
extends Object

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


リスナーのセットの TestSummary を収集してレポートするためのヘルパークラス

概要

パブリック メソッド

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

パブリック メソッド

reportInvocationEnded

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

パラメータ
listeners List

elapsedTime long

reportInvocationStarted

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

パラメータ
listeners List

context IInvocationContext