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(@NotNull NotificationManager notificationManager,
@NotNull Class<? extends NotificationType> notificationTypeClass,
@NotNull Class<? extends NotificationRecipient> recipientTypeClass,
@Nullable String recipientString) |
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) |
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 @NotNull NotificationManager notificationManager, @NotNull @NotNull Class<? extends NotificationType> notificationTypeClass, @Nullable @Nullable String conditionData, @NotNull @NotNull Class<? extends NotificationRecipient> recipientTypeClass, @Nullable @Nullable String recipientString)
public static org.hamcrest.Matcher<NotificationRule> hasMatchingNotificationRule(@NotNull @NotNull NotificationManager notificationManager, @NotNull @NotNull Class<? extends NotificationType> notificationTypeClass, @NotNull @NotNull Class<? extends NotificationRecipient> recipientTypeClass, @Nullable @Nullable String recipientString)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.