Skip navigation links

Package com.google.cloud.compute.deprecated.testing

A testing helper for Google Compute Engine.

See: Description

Package com.google.cloud.compute.deprecated.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 © 2019 Google LLC. All rights reserved.