קל לארגן דפים בעזרת אוספים אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.

ITestSummaryListener

public interface ITestSummaryListener
implements ITestInvocationListener

com.android.tradefed.result.ITestSummaryListener


ממשק המאפשר ITestInvocationListener להחליף מידע מוגבל באמצעות סיכומים.

סיכום

שיטות ציבוריות

default void putEarlySummary ( summaries) putEarlySummary ( summaries)

עובר ERROR(/List) של s TestSummary שאינם אפס, שייתכן שהוחזרו מכל ITestInvocationListener שבוצעו כחלק מהתצורה.

default void putSummary ( summaries) putSummary ( summaries)

עובר ERROR(/List) של s TestSummary שאינם אפס, שייתכן שהוחזרו מכל ITestInvocationListener שבוצעו כחלק מהתצורה.

שיטות ציבוריות

putEarlySummary

public void putEarlySummary ( summaries)

עובר ERROR(/List) של s TestSummary שאינם אפס, שייתכן שהוחזרו מכל ITestInvocationListener שבוצעו כחלק מהתצורה. הסיכומים המוקדמים נוצרים לאחר ITestInvocationListener.invocationStarted(com.android.tradefed.invoker.IInvocationContext) וניתן להשלים אותם בסוף ההזמנה באמצעות ERROR(/#putSummary(List)) .

זה נקרא לפני ITestInvocationListener.invocationStarted(com.android.tradefed.invoker.IInvocationContext) ומכיל את כל הסיכומים מהמאזינים שהוגדרו לפניו.

פרמטרים
summaries : ERROR(/List) של TestSummary שאינם אפסים מ- ITestInvocationListener שהם חלק מהתצורה הנוכחית.

לשים סיכום

public void putSummary ( summaries)

עובר ERROR(/List) של s TestSummary שאינם אפס, שייתכן שהוחזרו מכל ITestInvocationListener שבוצעו כחלק מהתצורה.

פרמטרים
summaries : ERROR(/List) של TestSummary שאינם אפסים מ- ITestInvocationListener שהם חלק מהתצורה הנוכחית.