public class HasMatchingNotificationRule extends org.hamcrest.TypeSafeMatcher<NotificationRule>
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<NotificationRule> |
hasMatchingNotificationRule(NotificationManager notificationManager,
Class<? extends NotificationType> notificationTypeClass,
Class<? extends NotificationRecipient> recipientTypeClass,
String recipientString) |
static org.hamcrest.Matcher<NotificationRule> |
hasMatchingNotificationRule(NotificationManager notificationManager,
Class<? extends NotificationType> notificationTypeClass,
String conditionData,
Class<? extends NotificationRecipient> recipientTypeClass,
String recipientString) |
boolean |
matchesSafely(NotificationRule notificationRule) |
describeMismatch, describeMismatchSafely, matches
public boolean matchesSafely(NotificationRule notificationRule)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<NotificationRule>
public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<NotificationRule> hasMatchingNotificationRule(@NotNull NotificationManager notificationManager, @NotNull Class<? extends NotificationType> notificationTypeClass, @Nullable String conditionData, @NotNull Class<? extends NotificationRecipient> recipientTypeClass, @Nullable String recipientString)
public static org.hamcrest.Matcher<NotificationRule> hasMatchingNotificationRule(@NotNull NotificationManager notificationManager, @NotNull Class<? extends NotificationType> notificationTypeClass, @NotNull Class<? extends NotificationRecipient> recipientTypeClass, @Nullable String recipientString)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.