Package org.openstack4j.api.network
Class LbPoolTests
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.network.LbPoolTests
-
public class LbPoolTests extends AbstractTest
-
-
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 LbPoolTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractTest.Serviceservice()voidtestAssociateHealthMonitor()voidtestCreatePool()voidtestDeletePool()voidtestDisAssociateHealthMonitor()voidtestGetPool()voidtestListPool()voidtestListPoolFilter()voidtestUpdatePool()-
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
-
testListPool
public void testListPool() throws IOException- Throws:
IOException
-
testListPoolFilter
public void testListPoolFilter() throws IOException- Throws:
IOException
-
testGetPool
public void testGetPool() throws IOException- Throws:
IOException
-
testCreatePool
public void testCreatePool() throws IOException- Throws:
IOException
-
testUpdatePool
public void testUpdatePool() throws IOException- Throws:
IOException
-
testAssociateHealthMonitor
public void testAssociateHealthMonitor()
-
testDisAssociateHealthMonitor
public void testDisAssociateHealthMonitor()
-
testDeletePool
public void testDeletePool()
-
service
protected AbstractTest.Service service()
- Specified by:
servicein classAbstractTest- Returns:
- the service the API is using
-
-