Package org.openstack4j.api.murano.v1
Class ServicesTests
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.murano.v1.ServicesTests
-
public class ServicesTests extends AbstractTest
- Author:
- nmakhotkin
-
-
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 ServicesTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractTest.Serviceservice()voidtestCreateManyServices()voidtestCreateOneService()voidtestCreateOneServiceFromMap()voidtestDeleteService()voidtestGetOneService()voidtestGetServiceCheckActions()voidtestGetServicesEmptySession()voidtestGetServicesListResponse()voidtestListServices()voidtestListServicesWithoutSession()voidtestUpdateManyServices()voidtestUpdateOneService()voidtestUpdateOneServiceFromMap()-
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
-
testListServices
public void testListServices() throws IOException- Throws:
IOException
-
testListServicesWithoutSession
public void testListServicesWithoutSession() throws IOException- Throws:
IOException
-
testGetOneService
public void testGetOneService() throws IOException- Throws:
IOException
-
testGetServiceCheckActions
public void testGetServiceCheckActions() throws IOException- Throws:
IOException
-
testGetServicesListResponse
public void testGetServicesListResponse() throws IOException- Throws:
IOException
-
testGetServicesEmptySession
public void testGetServicesEmptySession() throws IOException- Throws:
IOException
-
testCreateOneService
public void testCreateOneService() throws IOException- Throws:
IOException
-
testCreateOneServiceFromMap
public void testCreateOneServiceFromMap() throws IOException- Throws:
IOException
-
testCreateManyServices
public void testCreateManyServices() throws IOException- Throws:
IOException
-
testUpdateOneService
public void testUpdateOneService() throws IOException- Throws:
IOException
-
testUpdateOneServiceFromMap
public void testUpdateOneServiceFromMap() throws IOException- Throws:
IOException
-
testUpdateManyServices
public void testUpdateManyServices() throws IOException- Throws:
IOException
-
testDeleteService
public void testDeleteService() throws IOException- Throws:
IOException
-
service
protected AbstractTest.Service service()
- Specified by:
servicein classAbstractTest- Returns:
- the service the API is using
-
-