android.test.mock
Class MockDialogInterface
java.lang.Object
android.test.mock.MockDialogInterface
- All Implemented Interfaces:
- DialogInterface
public class MockDialogInterface
- extends Object
- implements DialogInterface
A mock DialogInterface class. All methods are non-functional and throw
UnsupportedOperationException. Override it to provide the operations that you
need.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockDialogInterface
public MockDialogInterface()
cancel
public void cancel()
- Specified by:
cancel in interface DialogInterface
dismiss
public void dismiss()
- Specified by:
dismiss in interface DialogInterface
Please submit a feedback, bug or feature