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

public class AuditLogEntryMatcher extends org.hamcrest.TypeSafeMatcher<AuditLogEntry>
  • Method Details

    • matchesSafely

      protected boolean matchesSafely(AuditLogEntry item)
      Specified by:
      matchesSafely in class org.hamcrest.TypeSafeMatcher<AuditLogEntry>
    • describeTo

      public void describeTo(org.hamcrest.Description description)
    • describeMismatchSafely

      protected void describeMismatchSafely(AuditLogEntry item, org.hamcrest.Description mismatchDescription)
      Overrides:
      describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<AuditLogEntry>
    • entry

      public static AuditLogEntryMatcher entry(String propertyName, String oldValue, String newValue)
    • entry

      public static AuditLogEntryMatcher entry(org.hamcrest.Matcher<String> propertyNameMatcher, org.hamcrest.Matcher<String> oldValueMatcher, org.hamcrest.Matcher<String> newValueMatcher)
    • entry

      public static AuditLogEntryMatcher entry(AuditLogEntry entry)