Add a paginator for use in unit tests.
Review Request #15163 — Created July 9, 2026 and updated — Latest diff uploaded
This change adds a new paginator subclass which just returns fixed data,
allowing mocking of data for hosting service test cases.
Used in conjunction with other code.