Package org.openstack4j.api.octavia
Class MemberV2Tests
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.octavia.MemberV2Tests
-
public class MemberV2Tests extends AbstractTest
- Author:
- wei
-
-
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 MemberV2Tests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractTest.Serviceservice()voidtestCreateMemberV2()voidtestDeleteMemberV2()voidtestGetMemberV2()voidtestListMembersV2()voidtestListMembersV2Filter()voidtestUpdateMemberV2()-
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
-
testListMembersV2
public void testListMembersV2() throws IOException- Throws:
IOException
-
testListMembersV2Filter
public void testListMembersV2Filter() throws IOException- Throws:
IOException
-
testGetMemberV2
public void testGetMemberV2() throws IOException- Throws:
IOException
-
testCreateMemberV2
public void testCreateMemberV2() throws IOException- Throws:
IOException
-
testUpdateMemberV2
public void testUpdateMemberV2() throws IOException- Throws:
IOException
-
testDeleteMemberV2
public void testDeleteMemberV2()
-
service
protected AbstractTest.Service service()
- Specified by:
servicein classAbstractTest- Returns:
- the service the API is using
-
-