mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
check entriesListCount when skipCount parameter is applied
This commit is contained in:
@@ -75,7 +75,8 @@ public class GetTagsFullTests extends RestTest
|
||||
restClient.assertStatusCodeIs(HttpStatus.OK);
|
||||
|
||||
tagsWithSkipCount.assertThat().entriesListDoesNotContain("tag", firstTag.getTag())
|
||||
.assertThat().entriesListDoesNotContain("tag", secondTag.getTag());
|
||||
.assertThat().entriesListDoesNotContain("tag", secondTag.getTag())
|
||||
.assertThat().entriesListCountIs(returnedCollection.getEntries().size()-2);
|
||||
tagsWithSkipCount.assertThat().paginationField("skipCount").is("2");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user