gatj98 commented on this pull request.


> +public class BaseAccountAwareCloudControlMockTest extends 
> BaseDimensionDataCloudControlMockTest {
+
+   private boolean accountRetrieved;
+
+   @Override
+   protected void applyAdditionalServerConfig() {
+      server.enqueue(jsonResponse("/account.json"));
+   }
+
+   @BeforeMethod
+   public void reset() {
+      accountRetrieved = false;
+   }
+
+   protected Uris.UriBuilder addPageNumberToUriBuilder(Uris.UriBuilder 
uriBuilder, int pageNumber) {
+      
uriBuilder.addQuery(PaginationOptions.Builder.pageNumber(pageNumber).buildQueryParameters());

Fair point.
Actually this method should prob be on BaseDimensionDataCloudControlMockTest 
rather than this class

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/377#discussion_r108170169

Reply via email to