Package org.openstack4j.api.identity.v3
Class KeystoneProjectServiceTests
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.identity.v3.KeystoneProjectServiceTests
-
public class KeystoneProjectServiceTests extends AbstractTest
Tests the Identity/Keystone API version 3 ProjectService
-
-
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 KeystoneProjectServiceTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidproject_with_options()voidprojects_create_does_not_accept_null()voidprojects_crud_test()voidprojects_getByName_not_exist_test()protected AbstractTest.Serviceservice()-
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
-
projects_create_does_not_accept_null
public void projects_create_does_not_accept_null() throws Exception- Throws:
Exception
-
projects_getByName_not_exist_test
public void projects_getByName_not_exist_test() throws Exception- Throws:
Exception
-
project_with_options
public void project_with_options() throws IOException- Throws:
IOException
-
-