Class AuditLogEntryMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<AuditLogEntry>
com.atlassian.crowd.test.matchers.AuditLogEntryMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<AuditLogEntry>,org.hamcrest.SelfDescribing
-
Method Summary
Modifier and TypeMethodDescriptionprotected voiddescribeMismatchSafely(AuditLogEntry item, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) static AuditLogEntryMatcherentry(AuditLogEntry entry) static AuditLogEntryMatcherstatic AuditLogEntryMatcherentry(org.hamcrest.Matcher<String> propertyNameMatcher, org.hamcrest.Matcher<String> oldValueMatcher, org.hamcrest.Matcher<String> newValueMatcher) protected booleanmatchesSafely(AuditLogEntry item) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Method Details
-
matchesSafely
- Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeMatcher<AuditLogEntry>
-
describeTo
public void describeTo(org.hamcrest.Description description) -
describeMismatchSafely
protected void describeMismatchSafely(AuditLogEntry item, org.hamcrest.Description mismatchDescription) - Overrides:
describeMismatchSafelyin classorg.hamcrest.TypeSafeMatcher<AuditLogEntry>
-
entry
-
entry
public static AuditLogEntryMatcher entry(org.hamcrest.Matcher<String> propertyNameMatcher, org.hamcrest.Matcher<String> oldValueMatcher, org.hamcrest.Matcher<String> newValueMatcher) -
entry
-