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