Package com.google.cloud.resourcemanager.testing
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();
-
Class Summary Class Description LocalResourceManagerHelper Deprecated. v3 GAPIC client of ResourceManager is now available