Màn hình thiết bị không hoạt động
public
final
class
DeviceUnavailableMonitor
extends Object
implements
ITestInvocationListener
java.lang.Object | |
↳ | com.android.tradefed.disabler.DeviceAvailableMonitor |
Trình nghe này chỉ cố gắng thu thập ADN ở cấp trường hợp kiểm thử.
Tóm tắt
Hàm khởi tạo công khai | |
---|---|
DeviceUnavailableMonitor()
|
Phương thức công khai | |
---|---|
DeviceNotAvailableException
|
getUnavailableException()
Trả về ngoại lệ nếu có bất kỳ giá trị nào được ghi lại. |
void
|
invocationFailed(FailureDescription failure)
|
void
|
invocationFailed(Throwable cause)
|
void
|
invocationStarted(IInvocationContext context)
|
void
|
testFailed(TestDescription test, FailureDescription failure)
|
void
|
testRunFailed(FailureDescription failure)
|
Hàm khởi tạo công khai
Màn hình thiết bị không hoạt động
public DeviceUnavailableMonitor ()
Phương thức công khai
ngoại lệ không sẵn có
public DeviceNotAvailableException getUnavailableException ()
Trả về ngoại lệ nếu có bất kỳ giá trị nào được ghi lại.
Giá trị trả về | |
---|---|
DeviceNotAvailableException |
kích hoạt không thành công
public void invocationFailed (FailureDescription failure)
Tham số | |
---|---|
failure |
FailureDescription |
kích hoạt không thành công
public void invocationFailed (Throwable cause)
Tham số | |
---|---|
cause |
Throwable |
đã gọi
public void invocationStarted (IInvocationContext context)
Tham số | |
---|---|
context |
IInvocationContext |
thử nghiệm không thành công
public void testFailed (TestDescription test, FailureDescription failure)
Tham số | |
---|---|
test |
TestDescription |
failure |
FailureDescription |
testRunFailed không thành công
public void testRunFailed (FailureDescription failure)
Tham số | |
---|---|
failure |
FailureDescription |