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

Simplistic unit-testing main class. More...

Static Public Member Functions

static void main (String[] args)
 

Private Member Functions

 Main ()
 

Static Private Member Functions

static void testApis (WebResource wr)
 
static void testQueues (WebResource wr) throws JSONException
 
static void testACHOutQueue (WebResource wr) throws JSONException
 
static void testPostQueue (WebResource wr) throws JSONException
 
static void testPutQueue (WebResource wr) throws JSONException
 
static void testDeleteQueue (WebResource wr) throws JSONException
 
static void testMessages (WebResource wr) throws JSONException
 
static void testMessageWithGuid (WebResource wr, String messageGuid) throws JSONException
 
static void testPUTPerformance (WebResource wr) throws JSONException
 

Static Private Attributes

static Logger logger = LogManager.getLogger(Main.class.getName())
 
static ClientResponse clientResponse = null
 

Detailed Description

Simplistic unit-testing main class.

Runs all implemented methods against a deployed API. Use as select in Project Explorer -> Run as application

Constructor & Destructor Documentation

ro.allevo.fintpws.test.Main.Main ( )
inlineprivate

Member Function Documentation

static void ro.allevo.fintpws.test.Main.main ( String[]  args)
inlinestatic
Parameters
args
static void ro.allevo.fintpws.test.Main.testACHOutQueue ( WebResource  wr) throws JSONException
inlinestaticprivate
static void ro.allevo.fintpws.test.Main.testApis ( WebResource  wr)
inlinestaticprivate
static void ro.allevo.fintpws.test.Main.testDeleteQueue ( WebResource  wr) throws JSONException
inlinestaticprivate
static void ro.allevo.fintpws.test.Main.testMessages ( WebResource  wr) throws JSONException
inlinestaticprivate
static void ro.allevo.fintpws.test.Main.testMessageWithGuid ( WebResource  wr,
String  messageGuid 
) throws JSONException
inlinestaticprivate
static void ro.allevo.fintpws.test.Main.testPostQueue ( WebResource  wr) throws JSONException
inlinestaticprivate
static void ro.allevo.fintpws.test.Main.testPUTPerformance ( WebResource  wr) throws JSONException
inlinestaticprivate
static void ro.allevo.fintpws.test.Main.testPutQueue ( WebResource  wr) throws JSONException
inlinestaticprivate
static void ro.allevo.fintpws.test.Main.testQueues ( WebResource  wr) throws JSONException
inlinestaticprivate

Member Data Documentation

ClientResponse ro.allevo.fintpws.test.Main.clientResponse = null
staticprivate
Logger ro.allevo.fintpws.test.Main.logger = LogManager.getLogger(Main.class.getName())
staticprivate

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