RouteApi api = requestsSendResponses(requestForScopes(COMPUTE_READONLY_SCOPE),
TOKEN_RESPONSE, list, operationResponse).getRouteApiForProject("myproject");
assertEquals(api.listFirstPage().toString(),
new ParseRouteListTest().expected().toString());
}