Package org.openstack4j.api.image.v2
Class ImageV2Tests
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.image.v2.ImageV2Tests
-
public class ImageV2Tests extends AbstractTest
- Author:
- emjburns
-
-
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 ImageV2Tests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateTask()voidDownloadImage()voidgetTask()voidlistTasks()voidlistTaskWithParams()protected AbstractTest.Serviceservice()voidtestCreateImage()voidtestCreateMember()voidtestDeactivateImage()voidtestDeleteImage()voidtestDeleteImageTag()voidtestDeleteMember()voidtestGetImage()voidtestGetImageWithLocations()voidtestGetMember()voidtestListImages()voidtestListImagesFilter()voidtestListMembers()voidtestReactivateImage()voidtestUpdateImageTag()voidtestUpdateMember()voidUploadImage()-
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
-
testListImages
public void testListImages() throws IOException- Throws:
IOException
-
testListImagesFilter
public void testListImagesFilter() throws IOException- Throws:
IOException
-
testGetImage
public void testGetImage() throws IOException- Throws:
IOException
-
testGetImageWithLocations
public void testGetImageWithLocations() throws IOException- Throws:
IOException
-
testCreateImage
public void testCreateImage() throws IOException- Throws:
IOException
-
testDeleteImage
public void testDeleteImage() throws IOException- Throws:
IOException
-
testDeactivateImage
public void testDeactivateImage() throws IOException- Throws:
IOException
-
testReactivateImage
public void testReactivateImage() throws IOException- Throws:
IOException
-
testCreateMember
public void testCreateMember() throws IOException- Throws:
IOException
-
testGetMember
public void testGetMember() throws IOException- Throws:
IOException
-
testListMembers
public void testListMembers() throws IOException- Throws:
IOException
-
testUpdateMember
public void testUpdateMember() throws IOException- Throws:
IOException
-
testDeleteMember
public void testDeleteMember() throws IOException- Throws:
IOException
-
testUpdateImageTag
public void testUpdateImageTag() throws IOException- Throws:
IOException
-
testDeleteImageTag
public void testDeleteImageTag() throws IOException- Throws:
IOException
-
getTask
public void getTask() throws IOException- Throws:
IOException
-
createTask
public void createTask() throws IOException- Throws:
IOException
-
listTasks
public void listTasks() throws IOException- Throws:
IOException
-
listTaskWithParams
public void listTaskWithParams() throws IOException- Throws:
IOException
-
UploadImage
public void UploadImage() throws IOException- Throws:
IOException
-
DownloadImage
public void DownloadImage() throws IOException- Throws:
IOException
-
service
protected AbstractTest.Service service()
- Specified by:
servicein classAbstractTest- Returns:
- the service the API is using
-
-