Console resultReporter

public class ConsoleResultReporter
extends TestResultListener implements ILogSaverListener, ITestInvocationListener

JavaScript.lang.Object
com.android.tradefed.result.TestListener
  com.android.tradefed.result.ConsoleresultsReporter


כתב התוצאות ידפיס את תוצאות הבדיקה במסוף.

מדפיסה כל הרצת בדיקה, כל תרחיש בדיקה, וכן את המדדים, יומני הבדיקה והמיקומים של קובצי הבדיקה.

סיכום

בנאים ציבוריים

ConsoleResultReporter()

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

void invocationEnded(long elapsedTime)

void invocationStarted(IInvocationContext context)
void logAssociation(String dataName, LogFile logFile)

void testLogSaved(String dataName, LogDataType dataType, InputStreamSource dataStream, LogFile logFile)

void testResult(TestDescription test, TestResult result)
void testRunEnded(long elapsedTimeMillis, metrics)
void testRunFailed(FailureDescription failure)
void testRunFailed(String errorMessage)
void testRunStarted(String runName, int testCount)

בנאים ציבוריים

Console resultReporter

public ConsoleResultReporter ()

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

ההפעלה הסתיימה

public void invocationEnded (long elapsedTime)

פרמטרים
elapsedTime long

ההפעלה התחילה

public void invocationStarted (IInvocationContext context)

פרמטרים
context IInvocationContext

שיוך (logAssociation)

public void logAssociation (String dataName, 
                LogFile logFile)

פרמטרים
dataName String

logFile LogFile

testLogSaved

public void testLogSaved (String dataName, 
                LogDataType dataType, 
                InputStreamSource dataStream, 
                LogFile logFile)

פרמטרים
dataName String

dataType LogDataType

dataStream InputStreamSource

logFile LogFile

תוצאת בדיקה

public void testResult (TestDescription test, 
                TestResult result)

פרמטרים
test TestDescription

result TestResult

הבדיקה הסתיימה

public void testRunEnded (long elapsedTimeMillis, 
                 metrics)

פרמטרים
elapsedTimeMillis long

metrics

הבדיקה נכשלה

public void testRunFailed (FailureDescription failure)

פרמטרים
failure FailureDescription

הבדיקה נכשלה

public void testRunFailed (String errorMessage)

פרמטרים
errorMessage String

בדיקת ההרצה

public void testRunStarted (String runName, 
                int testCount)

פרמטרים
runName String

testCount int