public final class ContentMatchers extends Object
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Content> |
childOf(Content parent) |
static org.hamcrest.Matcher<Content> |
createdBy(Person user) |
static org.hamcrest.Matcher<Content> |
createdBy(String username) |
static org.hamcrest.Matcher<Content> |
hasId(Content content) |
static org.hamcrest.Matcher<Content> |
hasId(ContentId contentId) |
static org.hamcrest.Matcher<Content> |
hasOperation(OperationKey operationKey,
ContentType contentType) |
static org.hamcrest.Matcher<Content> |
hasStatus(ContentStatus contentStatus) |
static org.hamcrest.Matcher<ServiceException> |
hasValidationError(String key) |
public static org.hamcrest.Matcher<Content> hasStatus(ContentStatus contentStatus)
public static org.hamcrest.Matcher<Content> hasOperation(OperationKey operationKey, ContentType contentType)
public static org.hamcrest.Matcher<ServiceException> hasValidationError(String key)
Copyright © 2003–2017 Atlassian. All rights reserved.