Package org.openstack4j.api.barbican
Class SecretTests
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.barbican.SecretTests
-
public class SecretTests extends AbstractTest
Created by reneschollmeyer on 18.08.17.
-
-
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 SecretTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractTest.Serviceservice()voidtestCreateSecret()voidtestDeleteSecret()voidtestGetSecret()voidtestListSecretsByName()voidtestListSecretWithFilter()-
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
-
testListSecretsByName
public void testListSecretsByName() throws IOException- Throws:
IOException
-
testListSecretWithFilter
public void testListSecretWithFilter() throws IOException- Throws:
IOException
-
testGetSecret
public void testGetSecret() throws IOException- Throws:
IOException
-
testCreateSecret
public void testCreateSecret() throws IOException- Throws:
IOException
-
testDeleteSecret
public void testDeleteSecret() throws IOException- Throws:
IOException
-
service
protected AbstractTest.Service service()
- Specified by:
servicein classAbstractTest- Returns:
- the service the API is using
-
-