Package org.robolectric.shadows
Class ShadowMessenger
- java.lang.Object
-
- org.robolectric.shadows.ShadowMessenger
-
@Implements(android.os.Messenger.class) public class ShadowMessenger extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShadowMessenger()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static android.os.MessagegetLastMessageSent()Returns the lastMessagesent, ornullif there isn't any message sent.static voidreset()protected voidsend(android.os.Message message)
-
-
-
Method Detail
-
getLastMessageSent
public static android.os.Message getLastMessageSent()
Returns the lastMessagesent, ornullif there isn't any message sent.
-
send
@Implementation protected void send(android.os.Message message) throws android.os.RemoteException- Throws:
android.os.RemoteException
-
reset
@Resetter public static void reset()
-
-