调用SummaryHelper
public class InvocationSummaryHelper
extends Object
java.lang.Object | |
↳ | com.android.tradefed.result.InvocationSummaryHelper |
用于收集和报告一组侦听器的TestSummary
帮助程序类
概括
公共方法 | |
---|---|
static void | reportInvocationEnded ( listeners, long elapsedTime) reportInvocationEnded ( listeners, long elapsedTime) |
static void | reportInvocationStarted ( listeners, IInvocationContext context) reportInvocationStarted ( listeners, IInvocationContext context) |
公共方法
报告调用结束
public static void reportInvocationEnded (listeners, long elapsedTime)
参数 | |
---|---|
listeners | |
elapsedTime | long |
报告调用开始
public static void reportInvocationStarted (listeners, IInvocationContext context)
参数 | |
---|---|
listeners | |
context | IInvocationContext |