Skip navigation links

Package com.google.cloud.resourcemanager.testing

A testing helper for Google Cloud Resource Manager.

See: Description

Package com.google.cloud.resourcemanager.testing Description

A testing helper for Google Cloud Resource Manager.

A simple usage example: Before the test:


 LocalResourceManagerHelper resourceManagerHelper = LocalResourceManagerHelper.create();
 resourceManagerHelper.start();
 ResourceManager resourceManager = resourceManagerHelper.getOptions().getService();
 

After the test:


 resourceManagerHelper.stop();
 
Skip navigation links

Copyright © 2019 Google LLC. All rights reserved.