Package org.openstack4j.api.tacker.v1
Class TackerVnfdTests
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.tacker.v1.TackerVnfdTests
-
public class TackerVnfdTests extends AbstractTest
- Author:
- Vishvesh Deshmukh
-
-
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 TackerVnfdTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractTest.Serviceservice()voidtestCreateVnfd()voidtestDeleteVnfd()voidtestGetVnfd()voidtestListVnfds()-
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
-
service
protected AbstractTest.Service service()
- Specified by:
servicein classAbstractTest- Returns:
- the service the API is using
-
testGetVnfd
public void testGetVnfd() throws IOException- Throws:
IOException
-
testCreateVnfd
public void testCreateVnfd() throws IOException- Throws:
IOException
-
testDeleteVnfd
public void testDeleteVnfd() throws IOException- Throws:
IOException
-
-