ReportPassedTests
public
class
ReportPassedTests
extends CollectingTestListener
implements
IConfigurationReceiver
java.lang.Object | ||
↳ | com.android.tradefed.result.CollectingTestListener | |
↳ | com.android.tradefed.result.ReportPassedTests |
Báo cáo trong một tệp các bộ lọc có thể dùng để loại trừ kiểm thử đã vượt qua.
Tóm tắt
Hàm khởi tạo công khai | |
---|---|
ReportPassedTests()
|
Phương thức công khai | |
---|---|
void
|
invocationEnded(long elapsedTime)
|
void
|
invocationFailed(FailureDescription failure)
|
void
|
setConfiguration(IConfiguration configuration)
Chèn |
void
|
setLogger(ITestLogger logger)
|
void
|
testModuleEnded()
|
void
|
testModuleStarted(IInvocationContext moduleContext)
|
void
|
testRunEnded(long elapsedTime,
|
Hàm khởi tạo công khai
ReportPassedTests
public ReportPassedTests ()
Phương thức công khai
invocationEnded
public void invocationEnded (long elapsedTime)
Tham số | |
---|---|
elapsedTime |
long |
invocationFailed
public void invocationFailed (FailureDescription failure)
Tham số | |
---|---|
failure |
FailureDescription |
setConfiguration
public void setConfiguration (IConfiguration configuration)
Chèn IConfiguration
đang được sử dụng.
Tham số | |
---|---|
configuration |
IConfiguration |
setLogger
public void setLogger (ITestLogger logger)
Tham số | |
---|---|
logger |
ITestLogger |
testModuleEnded
public void testModuleEnded ()
testModuleStarted
public void testModuleStarted (IInvocationContext moduleContext)
Tham số | |
---|---|
moduleContext |
IInvocationContext |
testRunEnded
public void testRunEnded (long elapsedTime,runMetrics)
Tham số | |
---|---|
elapsedTime |
long |
runMetrics |
|