![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
abstract class representing an action in a test case More...
Public Member Methods | |
CheckFileText (String f, String c) throws Throwable | |
Object | run (QorusInterfaceTest t) throws Throwable |
String | getGlob () throws Throwable |
the file glob string as supplied to the constructor More... | |
String | getNewestFile (String[] files) throws Throwable |
the file name of the newest file More... | |
Additional Inherited Members | |
![]() | |
Action (QoreObject obj) | |
protected constructor to create the wrapper object | |
abstract class representing an action in a test case
|
inline |
f | glob that the output file should match (the newest one from the matching ones is picked) |
c | expected file content |
|
inline |
the file glob string as supplied to the constructor
|
inline |
the file name of the newest file
files | list of existing files |
|
inline |
t | QorusInterfaceTest test object |
checks the file content