Skip navigation links

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.getOptions().getService();
  
See Also:
Google Cloud Java tools for testing
Skip navigation links

Copyright © 2017 Google. All rights reserved.