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 booleanmatches(UserNotification notification)java.lang.StringtoString()
-
-
-
Method Detail
-
matches
public boolean matches(@Nullable UserNotification notification)- Specified by:
matchesin interfaceorg.mockito.ArgumentMatcher<UserNotification>
-
toString
@Nonnull public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-