jclouds/labs/abiquo
Ignasi Barrera dd7a129388 Removed duplicate tests
Having a deep look at this class noticed that most of the tests were
duplicating tests in the AsyncMonitorTest class. All the functionallity
provided by the awaitCompletion and monitor methods is already tested
(and properly tested using mocks) in that class, so those methods have
been removed.

The BaseMonitoringService class just delegates to the AsyncMonitor one,
adding a bit of logic to validate input parameters, so the
BaseMonitoringServiceTest class now only tests the logic it is
responsible for.
2012-10-09 15:37:27 +02:00
..
src Removed duplicate tests 2012-10-09 15:37:27 +02:00
README.md Added Abiquo support in labs 2012-09-05 18:30:33 +02:00
pom.xml Added pricing api 2012-09-27 11:39:17 +02:00

README.md

Jclouds Abiquo Provider

This is the jclouds Abiquo provider. It enables compute features for the Abiquo cloud platform.

Documentation

Detailed information about the Abiquo REST API can be found in the Abiquo documentation page.

All information about building and using the jclouds-abiquo provider in your own project can be found in the Project Wiki.

Issue Tracking

If you find any issue in the provider api, please submit it to the Bug tracking system and we will do our best to fix it.