public class ContentMatchers extends Object
Constructor and Description |
---|
ContentMatchers() |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Content> |
createdBy(Person user) |
static org.hamcrest.Matcher<Content> |
createdBy(String username) |
static org.hamcrest.Matcher<Content> |
createdDateAfter(org.joda.time.DateTime dateTime) |
static org.hamcrest.Matcher<Content> |
createdDateBefore(org.joda.time.DateTime dateTime) |
static org.hamcrest.Matcher<Content> |
hasId(Content content) |
static org.hamcrest.Matcher<Content> |
hasId(ContentId contentId) |
static org.hamcrest.Matcher<Content> |
hasSpace(String... spaceKey) |
static org.hamcrest.Matcher<Content> |
hasTitle(String title) |
static org.hamcrest.Matcher<Content> |
hasTitleContaining(String fragment) |
static org.hamcrest.Matcher<Content> |
lastModifiedAfter(org.joda.time.DateTime dateTime) |
static org.hamcrest.Matcher<Content> |
lastModifiedBefore(org.joda.time.DateTime dateTime) |
public static org.hamcrest.Matcher<Content> lastModifiedAfter(org.joda.time.DateTime dateTime)
public static org.hamcrest.Matcher<Content> lastModifiedBefore(org.joda.time.DateTime dateTime)
public static org.hamcrest.Matcher<Content> createdDateBefore(org.joda.time.DateTime dateTime)
public static org.hamcrest.Matcher<Content> createdDateAfter(org.joda.time.DateTime dateTime)
Copyright © 2003–2016 Atlassian. All rights reserved.