Uses of Interface
com.atlassian.crowd.test.util.PagingTestsUtil.Searcher
-
Uses of PagingTestsUtil.Searcher in com.atlassian.crowd.test.util
Modifier and TypeMethodDescriptionstatic <T,
E extends Exception>
voidPagingTestsUtil.validatePaging
(PagingTestsUtil.Searcher<T, E> searcher) Validates thatsearcher
returns correct sublist of results of unbounded query when queried with different start index and max results.static <T,
E extends Exception>
voidPagingTestsUtil.validatePaging
(PagingTestsUtil.Searcher<T, E> searcher, List<T> allResults) Validates thatsearcher
returns correct sublist ofallResults
when queried with different start index and max results.