Qorus Integration Engine®  4.0.3.p2_git
Package com.qoretechnologies.qorus.test

Classes

class  AbstractRemoteDbSelectAction
 Selects one or more rows from a remote table in a remote Qorus instance. More...
 
class  Action
 abstract class representing an action in a test case More...
 
class  CallService
 Call a Qorus service method. More...
 
class  CallSoapMethod
 This class will invokes a SOAP operation and optionally check the response. More...
 
class  CheckDbTableRow
 abstract class representing an action in a test case More...
 
class  CheckDbTableRows
 abstract class representing an action in a test case More...
 
class  CheckFileCsv
 abstract class representing an action in a test case More...
 
class  CheckFileNonexisting
 abstract class representing an action in a test case More...
 
class  CheckFileText
 abstract class representing an action in a test case More...
 
class  CheckLog
 abstract class representing an action in a test case More...
 
class  CheckRunningWorkflow
 This class will ensure a workflow is running. More...
 
class  CreateFile
 action class to create a file as an input for an interface More...
 
class  CreateFileCsv
 action class to create a csv file as an input for an interface More...
 
class  CreateFileText
 action class to create a file as an input for an interface More...
 
class  CreateOrder
 This class will create a workflow order. More...
 
class  DeleteDbTableData
 Deletes one or more rows from a DB table. More...
 
class  ExecSynchronousOrder
 This class will create and execute a synchronous workflow order. More...
 
class  FindOrderByKey
 Finds a workflow order using a key and value. Fails the test if there is more or less than 1 order. More...
 
class  InsertDbTableRow
 Inserts one row into DB table. More...
 
class  InsertDbTableRows
 Inserts one or more rows into DB table. More...
 
class  InsertRemoteDbTableRows
 Inserts one or more rows into a remote table in a remote Qorus instance. More...
 
class  QorusInterfaceTest
 Base class that exports functions for Qorus interface testing. More...
 
class  QorusJobTest
 base class for testing Qorus services More...
 
class  QorusPassiveWorkflowTest
 base class for testing Qorus workflows without starting any workflow execution instances More...
 
class  QorusServiceTest
 base class for testing Qorus services More...
 
class  QorusWorkflowTest
 base class for testing Qorus workflows More...
 
class  RemoteDbDeleteAction
 Deletes one of more rows from a remote table in a remote Qorus instance. More...
 
class  RemoteDbSelectAction
 Selects data from a remote DB and compares to expected data. More...
 
class  RunJob
 This class will run the current job; must be used with QorusJobTest tests. More...
 
class  RunJobResult
 This class will run the current job and compares the result status and optionally job instance information; must be used with QorusJobTest tests. More...
 
class  Sleep
 sleep action More...
 
class  StartLog
 abstract class representing an action in a test case More...
 
class  TruncateTable
 Clears the given table. More...
 
class  UnblockOrder
 This class will unblock an order and verify its status after unblocking. More...
 
class  UpsertRemoteDbTableRows
 Upserts (ie performs an SQL merge operation) one or more rows into a remote table in a remote Qorus instance. More...
 
class  WaitForWfiid
 This class will wait for a workflow order to reach a final status (COMPLETE, ERROR, or CANCELED) More...
 

Detailed Description

Java wrapper for the Qorus AbstractRemoteDbSelectAction Action class

Java wrapper for the Qorus Action class

Java wrapper for the Qorus CallService Action class

Java wrapper for the Qorus CallSoapMethod Action class

Java wrapper for the Qorus CheckDbTableRow Action class

Java wrapper for the Qorus CheckDbTableRows Action class

Java wrapper for the Qorus CheckFileCsv Action class

Java wrapper for the Qorus CheckFileNonexisting Action class

Java wrapper for the Qorus CheckFileText Action class

Java wrapper for the Qorus CheckLog Action class

Java wrapper for the Qorus CheckRunningWorkflow Action class

Java wrapper for the Qorus CreateFile Action class

Java wrapper for the Qorus CreateFileCsv Action class

Java wrapper for the Qorus CreateFileTest Action class

Java wrapper for the Qorus CreateOrder Action class

Java wrapper for the Qorus DeleteDbTableData Action class

Java wrapper for the Qorus ExecSynchronousOrder Action class

Java wrapper for the Qorus FindOrderByKey Action class

Java wrapper for the Qorus InsertDbTableRow Action class

Java wrapper for the Qorus InsertDbTableRows Action class

Java wrapper for the Qorus InsertRemoteDbTableRows Action class

Java wrapper for the Qorus QorusInterfaceTest class

Java wrapper for the Qorus QorusJobTest class

Java wrapper for the Qorus QorusPassiveWorkflowTest class

Java wrapper for the Qorus QorusServiceTest class

Java wrapper for the Qorus QorusWorkflowTest class

Java wrapper for the Qorus RemoteDbDeleteAction Action class

Java wrapper for the Qorus RemoteDbSelectAction Action class

Java wrapper for the Qorus RunJob Action class

Java wrapper for the Qorus RunJobResult Action class

Java wrapper for the Qorus Sleep Action class

Java wrapper for the Qorus StartLog Action class

Java wrapper for the Qorus TruncateTable Action class

Java wrapper for the Qorus UnblockOrder Action class

Java wrapper for the Qorus UpsertRemoteDbTableRows Action class

Java wrapper for the Qorus WaitForWfiid Action class