public class SearchResultMatchers extends Object
| Constructor and Description |
|---|
SearchResultMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<? super SearchResult> |
searchResultWithParamsAndIssueCount(int startIndex,
int maxResults,
int total,
int issueCount) |
static org.hamcrest.Matcher<? super SearchResult> |
withIssueCount(int issueCount) |
static org.hamcrest.Matcher<? super SearchResult> |
withMaxResults(int maxResults) |
static org.hamcrest.Matcher<? super SearchResult> |
withStartIndex(int startIndex) |
static org.hamcrest.Matcher<? super SearchResult> |
withTotal(int total) |
public static org.hamcrest.Matcher<? super SearchResult> withStartIndex(int startIndex)
public static org.hamcrest.Matcher<? super SearchResult> withMaxResults(int maxResults)
public static org.hamcrest.Matcher<? super SearchResult> withTotal(int total)
public static org.hamcrest.Matcher<? super SearchResult> withIssueCount(int issueCount)
public static org.hamcrest.Matcher<? super SearchResult> searchResultWithParamsAndIssueCount(int startIndex, int maxResults, int total, int issueCount)
Copyright © 2017 Atlassian. All rights reserved.