Package com.google.cloud.compute.testing

A testing helper for Google Compute Engine.

See: Description

Package com.google.cloud.compute.testing Description

A testing helper for Google Compute Engine.

A simple usage example:

Before the test:

 RemoteComputeHelper computeHelper = RemoteComputeHelper.create();
 Compute compute = computeHelper.options().service();
  
See Also:
gcloud-java tools for testing

Copyright © 2016 Google. All rights reserved.