Package org.openstack4j.api.image.v1
Class ImageV1Tests
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.image.v1.ImageV1Tests
-
public class ImageV1Tests extends AbstractTest
Created by esommar on 5/8/2017.
-
-
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 ImageV1Tests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractTest.Serviceservice()voidtestCacheNotEnabled()voidtestEmptyCache()voidtestListCachedImages()-
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
-
testListCachedImages
public void testListCachedImages() throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
testEmptyCache
public void testEmptyCache() throws IOException- Throws:
IOException
-
testCacheNotEnabled
public void testCacheNotEnabled()
-
service
protected AbstractTest.Service service()
- Specified by:
servicein classAbstractTest- Returns:
- the service the API is using
-
-