com.atlassian.jira.rest.client.test.matchers
Class SearchResultMatchers
java.lang.Object
com.atlassian.jira.rest.client.test.matchers.SearchResultMatchers
public class SearchResultMatchers
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchResultMatchers
public SearchResultMatchers()
withStartIndex
public static org.hamcrest.Matcher<? super SearchResult> withStartIndex(int startIndex)
withMaxResults
public static org.hamcrest.Matcher<? super SearchResult> withMaxResults(int maxResults)
withTotal
public static org.hamcrest.Matcher<? super SearchResult> withTotal(int total)
withIssueCount
public static org.hamcrest.Matcher<? super SearchResult> withIssueCount(int issueCount)
searchResultWithParamsAndIssueCount
public static org.hamcrest.Matcher<? super SearchResult> searchResultWithParamsAndIssueCount(int startIndex,
int maxResults,
int total,
int issueCount)
Copyright © 2013 Atlassian. All Rights Reserved.