Package org.openstack4j.api.octavia
Class HealthMonitorV2Tests
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.octavia.HealthMonitorV2Tests
-
public class HealthMonitorV2Tests 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 HealthMonitorV2Tests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractTest.Serviceservice()voidtestCreateHealthMonitorV2()voidtestDeleteHealthMonitorV2()voidtestGetHealthMonitorV2()voidtestListHealthMonitorsV2()voidtestListHealthMonitorsV2Filter()voidtestUpdateHealthMonitorV2()-
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
-
testListHealthMonitorsV2
public void testListHealthMonitorsV2() throws IOException- Throws:
IOException
-
testListHealthMonitorsV2Filter
public void testListHealthMonitorsV2Filter() throws IOException- Throws:
IOException
-
testGetHealthMonitorV2
public void testGetHealthMonitorV2() throws IOException- Throws:
IOException
-
testCreateHealthMonitorV2
public void testCreateHealthMonitorV2() throws IOException- Throws:
IOException
-
testUpdateHealthMonitorV2
public void testUpdateHealthMonitorV2() throws IOException- Throws:
IOException
-
testDeleteHealthMonitorV2
public void testDeleteHealthMonitorV2()
-
service
protected AbstractTest.Service service()
- Specified by:
servicein classAbstractTest- Returns:
- the service the API is using
-
-