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