*
* @throws Exception if there is any problem
*/
@Test
public void jumpNextPage() throws Exception {
final MkContainer container = new MkGrizzlyContainer().next(
RtPaginationTest.simple("Hi Jeff")
.withHeader("Link", "</s?page=3&per_page=100>; rel=\"next\"")
).next(RtPaginationTest.simple("Hi Mark")).start();
final Request request = new ApacheRequest(container.home());
final RtPagination<JsonObject> page = new RtPagination<JsonObject>(