com.atlassian.jira.rest.client.test.matchers
Class SearchResultMatchers

java.lang.Object
  extended by com.atlassian.jira.rest.client.test.matchers.SearchResultMatchers

public class SearchResultMatchers
extends Object


Constructor Summary
SearchResultMatchers()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResultMatchers

public SearchResultMatchers()
Method Detail

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.