| Package | Description |
|---|---|
| com.atlassian.crowd.test.matchers |
| Modifier and Type | Method and Description |
|---|---|
static AuditLogEntryMatcher |
AuditLogEntryMatcher.entry(AuditLogEntry entry) |
static AuditLogEntryMatcher |
AuditLogEntryMatcher.entry(org.hamcrest.Matcher<String> propertyNameMatcher,
org.hamcrest.Matcher<String> oldValueMatcher,
org.hamcrest.Matcher<String> newValueMatcher) |
static AuditLogEntryMatcher |
AuditLogEntryMatcher.entry(String propertyName,
String oldValue,
String newValue) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogChangesetMatcher.Builder |
AuditLogChangesetMatcher.Builder.withEntries(AuditLogEntryMatcher... entries) |
AuditLogChangesetMatcher.Builder |
AuditLogChangesetMatcher.Builder.withEntry(AuditLogEntryMatcher entry) |
Copyright © 2019 Atlassian. All rights reserved.