See: Description
Class | Description |
---|---|
RemoteComputeHelper |
Utility to create a remote Compute configuration for testing.
|
ResourceCleaner |
Exception | Description |
---|---|
RemoteComputeHelper.ComputeHelperException |
A simple usage example:
Before the test:
RemoteComputeHelper computeHelper = RemoteComputeHelper.create();
Compute compute = computeHelper.getOptions().getService();
Copyright © 2019 Google LLC. All rights reserved.