Qorus Integration Engine® Enterprise Edition 6.0.25_prod
|
a check for nonexisting file More...
Public Member Methods | |
constructor (string f) | |
creates the object according to the arguments More... | |
run (QorusInterfaceTest t) | |
string | getFilename () |
Public Member Methods inherited from QorusInterfaceTest::Action | |
constructor () | |
creates the object | |
abstract auto | run (QorusInterfaceTest t) |
runs the test More... | |
a check for nonexisting file
QorusInterfaceTest::CheckFileNonexisting::constructor | ( | string | f | ) |
creates the object according to the arguments
f | filename |
string QorusInterfaceTest::CheckFileNonexisting::getFilename | ( | ) |
|
virtual |
t | QorusInterfaceTest test object |
checks if the file is nonexisting
Implements QorusInterfaceTest::Action.