final String jessy = "Jessy";
final MkContainer container = new MkGrizzlyContainer().next(
RtValuePaginationTest.simple(jeff, mark)
.withHeader("Link", "</s?page=3&per_page=100>; rel=\"next\"")
).next(RtValuePaginationTest.simple(judy, jessy)).start();
final Request request = new ApacheRequest(container.home());
final RtValuePagination<JsonObject, JsonArray> page =
new RtValuePagination<JsonObject, JsonArray>(
request,
new RtValuePagination.Mapping<JsonObject, JsonArray>() {
@Override