Package org.openstack4j.api.telemetry
Class EventTests
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.telemetry.EventTests
-
public class EventTests extends AbstractTest
-
-
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 EventTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetTest()voidlistEventTypesTest()voidlistTest()voidlistTraitDescriptionsTest()voidlistTraitsTest()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
-
listTest
public void listTest() throws IOException- Throws:
IOException
-
getTest
public void getTest() throws IOException- Throws:
IOException
-
listEventTypesTest
public void listEventTypesTest() throws IOException- Throws:
IOException
-
listTraitDescriptionsTest
public void listTraitDescriptionsTest() throws IOException- Throws:
IOException
-
listTraitsTest
public void listTraitsTest() throws IOException- Throws:
IOException
-
-