Package it.tidalwave.util.ui
Class UserNotificationWithFeedbackMatcher
- java.lang.Object
- 
- it.tidalwave.util.ui.UserNotificationWithFeedbackMatcher
 
- 
- All Implemented Interfaces:
- org.mockito.ArgumentMatcher<UserNotificationWithFeedback>
 
 public class UserNotificationWithFeedbackMatcher extends java.lang.Object implements org.mockito.ArgumentMatcher<UserNotificationWithFeedback> - Author:
- Fabrizio Giudici
- Stereotype:
- mockito matcher
 
- 
- 
Constructor SummaryConstructors Constructor Description UserNotificationWithFeedbackMatcher()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(UserNotificationWithFeedback notification)java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
matchespublic boolean matches(@Nullable UserNotificationWithFeedback notification)- Specified by:
- matchesin interface- org.mockito.ArgumentMatcher<UserNotificationWithFeedback>
 
 - 
toString@Nonnull public java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-