public class MockDialogInterface extends Object implements android.content.DialogInterface
A mock {@link android.content.DialogInterface} class. All methods are non-functional and throw
{@link java.lang.UnsupportedOperationException}. Override it to provide the operations that you
need.
Fields Summary
Constructors Summary
Methods Summary
public void
cancel()
throw new UnsupportedOperationException("not implemented yet");
public void
dismiss()
throw new UnsupportedOperationException("not implemented yet");