Package | Description |
---|---|
com.atlassian.crowd.test.util |
Modifier and Type | Method and Description |
---|---|
static <T,E extends Exception> |
PagingTestsUtil.validatePaging(PagingTestsUtil.Searcher<T,E> searcher)
Validates that
searcher returns correct sublist of results of unbounded query when queried with
different start index and max results. |
static <T,E extends Exception> |
PagingTestsUtil.validatePaging(PagingTestsUtil.Searcher<T,E> searcher,
List<T> allResults)
Validates that
searcher returns correct sublist of allResults when queried with
different start index and max results. |
Copyright © 2020 Atlassian. All rights reserved.