Package it.tidalwave.util.ui
Class UserNotificationMatcher
- java.lang.Object
-
- it.tidalwave.util.ui.UserNotificationMatcher
-
- All Implemented Interfaces:
org.mockito.ArgumentMatcher<UserNotification>
public class UserNotificationMatcher extends java.lang.Object implements org.mockito.ArgumentMatcher<UserNotification>
- Author:
- Fabrizio Giudici
- Stereotype:
- mockito matcher
-
-
Constructor Summary
Constructors Constructor Description UserNotificationMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(UserNotification notification)
java.lang.String
toString()
-
-
-
Method Detail
-
matches
public boolean matches(@Nullable UserNotification notification)
- Specified by:
matches
in interfaceorg.mockito.ArgumentMatcher<UserNotification>
-
toString
@Nonnull public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-