Qorus Integration Engine®  4.0.3.p2_git
com.qoretechnologies.qorus.test.RunJob Class Reference

This class will run the current job; must be used with QorusJobTest tests. More...

Inheritance diagram for com.qoretechnologies.qorus.test.RunJob:
com.qoretechnologies.qorus.test.Action org::qore::jni::QoreObjectWrapper com.qoretechnologies.qorus.test.RunJobResult

Public Member Methods

 RunJob (QoreObject obj) throws Throwable
 creates the action with no parameters
 
 RunJob () throws Throwable
 creates the action with no parameters
 
Object run (QorusInterfaceTest t) throws Throwable
 runs the current job More...
 
HashMap< String, ObjectgetJobResult () throws Throwable
 returns a hash of job instance information created by the run() method
 

Additional Inherited Members

- Private Member Methods inherited from com.qoretechnologies.qorus.test.Action
 Action (QoreObject obj)
 protected constructor to create the wrapper object
 

Detailed Description

This class will run the current job; must be used with QorusJobTest tests.

Member Function Documentation

◆ run()

Object com.qoretechnologies.qorus.test.RunJob.run ( QorusInterfaceTest  t) throws Throwable
inline

runs the current job

Parameters
tQorusInterfaceTest test object; must be a QorusJobTest object, or the test will fail

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