ITestSummaryListener

public interface ITestSummaryListener
implements ITestInvocationListener

com.android.tradefed.result.ITestSummaryListener


可讓 ITestInvocationListener 透過以下使用者交換部分有限資訊的介面 總結

摘要

公用方法

default void putEarlySummary( summaries)

傳遞可能從任何來源傳回的非空值 TestSummaryERROR(/List) ITestInvocationListener 已在設定中例項化。

default void putSummary( summaries)

傳遞可能從任何來源傳回的非空值 TestSummaryERROR(/List) ITestInvocationListener 已在設定中例項化。

公用方法

putEarlySummary

public void putEarlySummary ( summaries)

傳遞可能從任何來源傳回的非空值 TestSummaryERROR(/List) ITestInvocationListener 已在設定中例項化。早期 摘要是在 ITestInvocationListener.invocationStarted(com.android.tradefed.invoker.IInvocationContext)之後產生, 透過 ERROR(/#putSummary(List)) 叫用。

這會在 ITestInvocationListener.invocationStarted(com.android.tradefed.invoker.IInvocationContext) 之前呼叫,且包含所有 從先前設定的接聽程式擷取摘要

參數
summaries ERROR(/List)非空值 TestSummaryITestInvocationListener,來自目前設定。

putSummary

public void putSummary ( summaries)

傳遞可能從任何來源傳回的非空值 TestSummaryERROR(/List) ITestInvocationListener 已在設定中例項化。

參數
summaries ERROR(/List)非空值 TestSummaryITestInvocationListener,來自目前設定。