Qorus Integration Engine® Enterprise Edition 6.0.27_prod
|
sleep action More...
Public Member Methods | |
constructor (softint secs) | |
creates the sleep action object More... | |
run (QorusInterfaceTest t) | |
sleeps for the given number of seconds More... | |
Public Member Methods inherited from QorusInterfaceTest::Action | |
constructor () | |
creates the object | |
abstract auto | run (QorusInterfaceTest t) |
runs the test More... | |
sleep action
QorusInterfaceTest::Sleep::constructor | ( | softint | secs | ) |
creates the sleep action object
secs | the time in seconds |
|
virtual |
sleeps for the given number of seconds
t | QorusInterfaceTest test object |
performs sleep action
Implements QorusInterfaceTest::Action.