Package org.openstack4j.api.gbp
Class GroupServiceTest
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.gbp.GroupServiceTest
-
public class GroupServiceTest extends AbstractTest
Test cases for policy target group on GBP- Author:
- vinod borole
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.api.AbstractTest
AbstractTest.Service
-
-
Field Summary
-
Fields inherited from class org.openstack4j.api.AbstractTest
JSON_ACCESS, JSON_TOKEN, osv2, osv3, server, TOKEN_ID
-
-
Constructor Summary
Constructors Constructor Description GroupServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractTest.Serviceservice()voidtestCreatePolicyTargetGroup()voidtestDeletePolicyTargetGroup()voidtestGetPolicyTargetGroup()voidtestListPolicyTargetGroup()voidtestUpdatePolicyTargetGroup()-
Methods inherited from class org.openstack4j.api.AbstractTest
afterTest, associateClientV2, associateClientV3, authURL, getResource, osv2, osv3, respondWith, respondWith, respondWith, respondWith, respondWith, respondWithCodeAndResource, respondWithHeaderAndResource, startServer, takeRequest
-
-
-
-
Method Detail
-
service
protected AbstractTest.Service service()
- Specified by:
servicein classAbstractTest- Returns:
- the service the API is using
-
testListPolicyTargetGroup
public void testListPolicyTargetGroup() throws Exception- Throws:
Exception
-
testCreatePolicyTargetGroup
public void testCreatePolicyTargetGroup() throws Exception- Throws:
Exception
-
testUpdatePolicyTargetGroup
public void testUpdatePolicyTargetGroup() throws Exception- Throws:
Exception
-
testDeletePolicyTargetGroup
public void testDeletePolicyTargetGroup()
-
-