ReportPassedTests
public
class
ReportPassedTests
extends CollectingTestListener
implements
IConfigurationReceiver
java.lang.Object | ||
↳ | com.android.tradefed.result.CollectingTestListener | |
↳ | com.android.tradefed.result.ReportPassedTests |
דיווח בקובץ על מסננים אפשריים להחרגת בדיקה שעברה.
סיכום
יוצרים ציבוריים | |
---|---|
ReportPassedTests()
|
שיטות ציבוריות | |
---|---|
void
|
invocationEnded(long elapsedTime)
|
void
|
invocationFailed(FailureDescription failure)
|
void
|
setConfiguration(IConfiguration configuration)
הזרקת |
void
|
setLogger(ITestLogger logger)
|
void
|
testModuleEnded()
|
void
|
testModuleStarted(IInvocationContext moduleContext)
|
void
|
testRunEnded(long elapsedTime,
|
יוצרים ציבוריים
ReportPassedTests
public ReportPassedTests ()
שיטות ציבוריות
invocationEnded
public void invocationEnded (long elapsedTime)
פרמטרים | |
---|---|
elapsedTime |
long |
invocationFailed
public void invocationFailed (FailureDescription failure)
פרמטרים | |
---|---|
failure |
FailureDescription |
setConfiguration
public void setConfiguration (IConfiguration configuration)
הזרקת IConfiguration
בשימוש.
פרמטרים | |
---|---|
configuration |
IConfiguration |
setLogger
public void setLogger (ITestLogger logger)
פרמטרים | |
---|---|
logger |
ITestLogger |
testModuleEnded
public void testModuleEnded ()
testModuleStarted
public void testModuleStarted (IInvocationContext moduleContext)
פרמטרים | |
---|---|
moduleContext |
IInvocationContext |
testRunEnded
public void testRunEnded (long elapsedTime,runMetrics)
פרמטרים | |
---|---|
elapsedTime |
long |
runMetrics |
|