Class 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 Detail

      • UserNotificationMatcher

        public UserNotificationMatcher()
    • Method Detail

      • matches

        public boolean matches​(@Nullable
                               UserNotification notification)
        Specified by:
        matches in interface org.mockito.ArgumentMatcher<UserNotification>
      • toString

        @Nonnull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object