public class AuditLogEntryMatcher extends org.hamcrest.TypeSafeMatcher<AuditLogEntry>
Modifier and Type | Method and Description |
---|---|
protected void |
describeMismatchSafely(AuditLogEntry item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
static AuditLogEntryMatcher |
entry(AuditLogEntry entry) |
static AuditLogEntryMatcher |
entry(org.hamcrest.Matcher<String> propertyNameMatcher,
org.hamcrest.Matcher<String> oldValueMatcher,
org.hamcrest.Matcher<String> newValueMatcher) |
static AuditLogEntryMatcher |
entry(String propertyName,
String oldValue,
String newValue) |
protected boolean |
matchesSafely(AuditLogEntry item) |
protected boolean matchesSafely(AuditLogEntry item)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<AuditLogEntry>
public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(AuditLogEntry item, org.hamcrest.Description mismatchDescription)
describeMismatchSafely
in class org.hamcrest.TypeSafeMatcher<AuditLogEntry>
public static AuditLogEntryMatcher entry(String propertyName, String oldValue, String newValue)
public static AuditLogEntryMatcher entry(org.hamcrest.Matcher<String> propertyNameMatcher, org.hamcrest.Matcher<String> oldValueMatcher, org.hamcrest.Matcher<String> newValueMatcher)
public static AuditLogEntryMatcher entry(AuditLogEntry entry)
Copyright © 2020 Atlassian. All rights reserved.