action class to create a csv file as an input for an interface
More...
action class to create a csv file as an input for an interface
◆ constructor()
QorusInterfaceTest::CreateFileCsv::constructor |
( |
string |
f, |
|
|
*list< auto > |
c, |
|
|
*string |
separator |
|
) |
| |
creates the action object based on the arguments
- Parameters
-
f | file that should be created |
c | list of hashes specifying data in csv file |
separator | separator in csv file |
◆ getContent()
list< auto > QorusInterfaceTest::CreateFileCsv::getContent |
( |
| ) |
|
returns a list of hashes representing the CSV lines
- Returns
- list of csv lines in the form of hashes
◆ getSeparator()
string QorusInterfaceTest::CreateFileCsv::getSeparator |
( |
| ) |
|
returns the separator string
- Returns
- csv separator
◆ run()
checks whether the csv file with specified content was created
- Parameters
-
The documentation for this class was generated from the following file: