runs a job and compares the result status and optionally job instance information
More...
|
| constructor (string expected_status, *hash< auto > expected_info) |
| creates the object with the expected status value and an optional info hash
|
|
| run (QorusJobTest t) |
| runs the job and gets the job result information hash; tests for the expected status and any job information given in the constructor
|
|
*hash< auto > | getJobResultHash () |
| Returns the job result hash if called after the run() method.
|
|
| constructor () |
| creates the object with no parameters
|
|
| run (QorusInterfaceTest t) |
| runs the job and gets the job result information hash
|
|
hash< auto > | getJobResult () |
| returns a hash of job instance information created by the run() method
|
|
| constructor () |
| creates the object
|
|
abstract auto | run (QorusInterfaceTest t) |
| runs the test
|
|
|
string | getDesc (string assert) |
| get assertion description
|
|
hash< auto > | m_jobresult |
| the result of running the job
|
|
runs a job and compares the result status and optionally job instance information
◆ constructor()
QorusInterfaceTest::RunJobResult::constructor |
( |
string |
expected_status, |
|
|
*hash< auto > |
expected_info |
|
) |
| |
creates the object with the expected status value and an optional info hash
- Parameters
-
expected_status | the expected status of the job instance |
expected_info | the optional expected info hash of the job instance |
◆ run()
runs the job and gets the job result information hash; tests for the expected status and any job information given in the constructor
- Parameters
-
The documentation for this class was generated from the following file: