Qorus Integration Engine®  4.0.3.p2_git
QorusInterfaceTest Namespace Reference

the QorusInterfaceTest namespace contains all the definitions in the QorusInterfaceTest module More...

Classes

class  AbstractRemoteDbSelectAction
 Selects one or more rows from a remote table in a remote Qorus instance. More...
 
class  AbstractRemoteDbSqlUtilAction
 Inserts one or more rows into a remote table in a remote Qorus instance. More...
 
class  Action
 abstract class representing an action in a test case More...
 
class  CallService
 Call any of Qorus services. More...
 
class  CallSoapMethod
 Invokes a SOAP operation and optionally checks the response. More...
 
class  CheckDbTableRow
 a check for database content More...
 
class  CheckDbTableRows
 a check for database content More...
 
class  CheckFileCsv
 a check for csv file More...
 
class  CheckFileNonexisting
 a check for nonexisting file More...
 
class  CheckFileText
 a check for text file More...
 
class  CheckLog
 a check for log content More...
 
class  CheckRunningWorkflow
 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 text file as an input for an interface More...
 
class  CreateOrder
 Creates a workflow order. More...
 
class  DeleteDbTableData
 Deletes one or more rows from a DB table. More...
 
class  ExecSynchronousOrder
 Creates and executes 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
 Insert a 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 unit testing. For realworld examples see Introduction to the QorusInterfaceTest Module. More...
 
class  QorusJobTest
 job test class More...
 
class  QorusPassiveWorkflowTest
 workflow test class; this class will not start any workflow execution instances More...
 
class  QorusServiceTest
 service test class More...
 
class  QorusWorkflowTest
 Workflow test class. More...
 
class  RemoteDbDeleteAction
 Deletes one of more rows from a remote table in a remote Qorus instance. More...
 
class  RemoteDbRowSqlUtilAction
 Inserts one or more rows into 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
 run the job More...
 
class  RunJobResult
 runs a job and compares the result status and optionally job instance information More...
 
class  Sleep
 sleep action More...
 
class  StartLog
 a check for log content More...
 
class  TruncateTable
 clear given table. Data are truncated/deleted completely. More...
 
class  UnblockOrder
 Unblocks a workflow order. 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

the QorusInterfaceTest namespace contains all the definitions in the QorusInterfaceTest module