![]() |
Qorus Integration Engine® Enterprise Edition 7.0.3_prod
|
Call any of Qorus services. More...
Public Member Methods | |
constructor (string call) | |
sets up the service method call | |
run (QorusInterfaceTest t) | |
auto | getResult () |
Returns anything that the service method returned in the run() call. | |
![]() | |
constructor () | |
creates the object | |
abstract auto | run (QorusInterfaceTest t) |
runs the test | |
Call any of Qorus services.
QorusInterfaceTest::CallService::constructor | ( | string | call | ) |
sets up the service method call
call | either:
|
Any additional arguments are used as a service method arguments.
"system.fs.ls"
) QorusInterfaceTest::CallService::run | ( | QorusInterfaceTest | t | ) |
t | QorusInterfaceTest test object |
checks if the service call was performed