Package org.openstack4j.api.network
Class ListenerV2Tests
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.network.ListenerV2Tests
-
public class ListenerV2Tests extends AbstractTest
- Author:
- ashleykasim
-
-
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 ListenerV2Tests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractTest.Serviceservice()voidtestCreateListenerV2()voidtestDeleteListenerV2()voidtestGetListenerV2()voidtestListListenersV2()voidtestListListenersV2Filter()voidtestUpdateListenerV2()voidtestUpdateListenerV2DefaultPool()-
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
-
testListListenersV2
public void testListListenersV2() throws IOException- Throws:
IOException
-
testListListenersV2Filter
public void testListListenersV2Filter() throws IOException- Throws:
IOException
-
testGetListenerV2
public void testGetListenerV2() throws IOException- Throws:
IOException
-
testCreateListenerV2
public void testCreateListenerV2() throws IOException- Throws:
IOException
-
testUpdateListenerV2
public void testUpdateListenerV2() throws IOException- Throws:
IOException
-
testUpdateListenerV2DefaultPool
public void testUpdateListenerV2DefaultPool() throws IOException- Throws:
IOException
-
testDeleteListenerV2
public void testDeleteListenerV2()
-
service
protected AbstractTest.Service service()
- Specified by:
servicein classAbstractTest- Returns:
- the service the API is using
-
-