![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
action class to create a csv file as an input for an interface More...
Public Member Methods | |
CreateFileCsv (String f, Map< String, Object >[] c, String separator) throws Throwable | |
creates the action object based on the arguments More... | |
CreateFileCsv (String f, Map< String, Object >[] c) throws Throwable | |
creates the action object based on the arguments More... | |
CreateFileCsv (String f) throws Throwable | |
creates the action object based on the arguments More... | |
Object | run (QorusInterfaceTest t) throws Throwable |
implements the run action More... | |
HashMap< String, Object > [] | getContent () throws Throwable |
returns the expected file content More... | |
String | getSeparator () throws Throwable |
returns the separator string More... | |
![]() | |
CreateFile (QoreObject obj) throws Throwable | |
creates the object as a wrapper for the given Qore object More... | |
String | getFile () throws Throwable |
returns the filename given in the constructor More... | |
Additional Inherited Members | |
![]() | |
Action (QoreObject obj) | |
protected constructor to create the wrapper object | |
action class to create a csv file as an input for an interface
|
inline |
creates the action object based on the arguments
f | file that should be created |
c | list of hashes specifying data in csv file |
separator | separator in csv file |
|
inline |
creates the action object based on the arguments
f | file that should be created |
c | list of hashes specifying data in csv file |
|
inline |
creates the action object based on the arguments
f | file that should be created |
|
inline |
returns the expected file content
|
inline |
returns the separator string
|
inline |
implements the run action
t | QorusInterfaceTest test object |
checks whether the file with specified content was created