API FinTP REST
 All Classes Namespaces Files Functions Variables
ro.allevo.fintpws.test.TestEventResource Class Reference

Tests for EventResource. More...

Public Member Functions

void cleanupBefore () throws JSONException
 Method cleanupBefore. More...
 
void cleanupAfter () throws JSONException
 Method cleanupAfter. More...
 
void createEvent () throws JSONException
 Method createEvent. More...
 
void readEvent () throws JSONException
 Method readEvent. More...
 

Static Public Member Functions

static void startMethod () throws JSONException
 Method startMethod. More...
 
static void cleanup () throws JSONException
 Method cleanup. More...
 
static JSONObject createTestEvent (WebResource wr, String id, String eventAdditionalInfo, String correlationid) throws JSONException
 Method createTestEvent. More...
 
static JSONObject readTestEvent (WebResource wr, String id) throws JSONException
 Method readTestEvent. More...
 
static void deleteTestEvent (WebResource wr, String id)
 Method deleteTestEvent. More...
 

Static Private Attributes

static Logger logger
 Field logger. More...
 

Detailed Description

Tests for EventResource.

Author
horia
Version
Revision:
1.0

Member Function Documentation

static void ro.allevo.fintpws.test.TestEventResource.cleanup ( ) throws JSONException
inlinestatic

Method cleanup.

Exceptions
JSONException
void ro.allevo.fintpws.test.TestEventResource.cleanupAfter ( ) throws JSONException
inline

Method cleanupAfter.

Exceptions
JSONException
void ro.allevo.fintpws.test.TestEventResource.cleanupBefore ( ) throws JSONException
inline

Method cleanupBefore.

Exceptions
JSONException
void ro.allevo.fintpws.test.TestEventResource.createEvent ( ) throws JSONException
inline

Method createEvent.

Exceptions
JSONException
static JSONObject ro.allevo.fintpws.test.TestEventResource.createTestEvent ( WebResource  wr,
String  id,
String  eventAdditionalInfo,
String  correlationid 
) throws JSONException
inlinestatic

Method createTestEvent.

Parameters
wrWebResource
idString
eventAdditionalInfoString
correlationidString
Returns
JSONObject
Exceptions
JSONException
static void ro.allevo.fintpws.test.TestEventResource.deleteTestEvent ( WebResource  wr,
String  id 
)
inlinestatic

Method deleteTestEvent.

Parameters
wrWebResource
idString
void ro.allevo.fintpws.test.TestEventResource.readEvent ( ) throws JSONException
inline

Method readEvent.

Exceptions
JSONException
static JSONObject ro.allevo.fintpws.test.TestEventResource.readTestEvent ( WebResource  wr,
String  id 
) throws JSONException
inlinestatic

Method readTestEvent.

Parameters
wrWebResource
idString
Returns
JSONObject
Exceptions
JSONException
static void ro.allevo.fintpws.test.TestEventResource.startMethod ( ) throws JSONException
inlinestatic

Method startMethod.

Exceptions
JSONException

Member Data Documentation

Logger ro.allevo.fintpws.test.TestEventResource.logger
staticprivate
Initial value:
= LogManager.getLogger(TestEventResource.class
.getName())

Field logger.


The documentation for this class was generated from the following file: