Package org.openstack4j.api.murano.v1
Class ActionTests
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.murano.v1.ActionTests
-
public class ActionTests 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 ActionTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractTest.Serviceservice()voidtestCastActionMapArguments()voidtestCastActionStringArguments()voidtestCastActionWithoutArguments()voidtestFindAction()voidtestFindAllActions()voidtestGetEmptyResult()voidtestGetOneAction()voidtestGetResult()voidtestListActions()voidtestListActionsSpecificService()-
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
-
testListActions
public void testListActions() throws IOException- Throws:
IOException
-
testListActionsSpecificService
public void testListActionsSpecificService() throws IOException- Throws:
IOException
-
testGetOneAction
public void testGetOneAction() throws IOException- Throws:
IOException
-
testFindAction
public void testFindAction() throws IOException- Throws:
IOException
-
testFindAllActions
public void testFindAllActions() throws IOException- Throws:
IOException
-
testCastActionWithoutArguments
public void testCastActionWithoutArguments() throws IOException- Throws:
IOException
-
testCastActionStringArguments
public void testCastActionStringArguments() throws IOException- Throws:
IOException
-
testCastActionMapArguments
public void testCastActionMapArguments() throws IOException- Throws:
IOException
-
testGetResult
public void testGetResult() throws IOException- Throws:
IOException
-
testGetEmptyResult
public void testGetEmptyResult() throws IOException- Throws:
IOException
-
service
protected AbstractTest.Service service()
- Specified by:
servicein classAbstractTest- Returns:
- the service the API is using
-
-