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 |
|---|
android.content.DialogInterface
|
Public constructors |
|
|---|---|
MockDialogInterface() |
|
Public methods |
|
|---|---|
void |
cancel() |
void |
dismiss() |
Inherited methods |
|
|---|---|
java.lang.Object
|
|
android.content.DialogInterface
|
|