![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
abstract class representing an action in a test case More...
Public Member Methods | |
CheckFileCsv (String f, Map< String, Object >[] c, String sep) throws Throwable | |
creates the action from the arguments passed More... | |
CheckFileCsv (String f, Map< String, Object >[] c) throws Throwable | |
creates the action from the arguments passed More... | |
Object | run (QorusInterfaceTest t) throws Throwable |
runs rhe action to check the CSV file's content More... | |
String | getGlob () throws Throwable |
returns the file glob as given in the constructor More... | |
String | getNewestFile (Map< String, Object >[] files) throws Throwable |
returns the newest file name from a list of files More... | |
Additional Inherited Members | |
![]() | |
Action (QoreObject obj) | |
protected constructor to create the wrapper object | |
abstract class representing an action in a test case
|
inline |
creates the action from the arguments passed
f | glob that the output file should match (the newest one from the matching ones is picked) |
c | expected file content as list of hashes |
sep | separator (default: ';') |
|
inline |
creates the action from the arguments passed
f | glob that the output file should match (the newest one from the matching ones is picked) |
c | expected file content as list of hashes |
The default separator '
;' is assumed.
|
inline |
returns the file glob as given in the constructor
|
inline |
returns the newest file name from a list of files
files | list of existing files |
|
inline |
runs rhe action to check the CSV file's content
t | QorusInterfaceTest test object |
checks the file content