public class MockDialogInterface
extends Object
implements DialogInterface
java.lang.Object | |
↳ | android.test.mock.MockDialogInterface |
此类在API级别24中已被弃用。
使用模拟框架,如Mockito 。 新的测试应该使用Android Testing Support Library编写 。
模拟DialogInterface
类。 所有方法都不起作用并抛出UnsupportedOperationException
。 重写它以提供您需要的操作。
Inherited constants |
---|
From interface android.content.DialogInterface
|
Public constructors |
|
---|---|
MockDialogInterface() |
Public methods |
|
---|---|
void |
cancel() |
void |
dismiss() |
Inherited methods |
|
---|---|
From class java.lang.Object
|
|
From interface android.content.DialogInterface
|