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 Object
implements org.mockito.ArgumentMatcher<UserNotificationWithFeedback>
- Author:
- Fabrizio Giudici
- Stereotype:
- mockito matcher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(UserNotificationWithFeedback notification) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.mockito.ArgumentMatcher
type
-
Constructor Details
-
UserNotificationWithFeedbackMatcher
public UserNotificationWithFeedbackMatcher()
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceorg.mockito.ArgumentMatcher<UserNotificationWithFeedback>
-
toString
-