Validates pagination index API results against expected entity order.
Compares the order of entities returned by a pagination API with manually
sorted expected results. Validates that entity IDs appear in the correct
sequence. Commonly used for testing database queries, search results, and
any paginated data APIs.
Validates pagination index API results against expected entity order.
Compares the order of entities returned by a pagination API with manually sorted expected results. Validates that entity IDs appear in the correct sequence. Commonly used for testing database queries, search results, and any paginated data APIs.
Example
Throws
Error when entity order differs between expected and actual results