In general, would be curious to know why we're using MockWebServer over `requestsSendResponses` here when we're using the latter in pretty much all other new expect tests at present.
For all the `assertTrue` assertions, please add a debugging-friendly message such as ``` assertTrue(foobar.size() > 2, "Expected more than 2 items but got: " + foobar) ``` Also, not sure what the purpose of the various `assertTrue(myMap.size() >= 0)` checks is - how can maps have a negative size? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/17#issuecomment-24531140
