![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
action class to create a file as an input for an interface More...
Public Member Methods | |
CreateFileText (String f, String c) throws Throwable | |
creates the object from the given filename and content More... | |
Object | run (QorusInterfaceTest t) throws Throwable |
implements the run action More... | |
String | getContent () throws Throwable |
returns the expected file content 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 file as an input for an interface
|
inline |
creates the object from the given filename and content
f | file that should be created |
c | content of the file |
|
inline |
returns the expected file content
|
inline |
implements the run action
t | QorusInterfaceTest test object |
checks whether the file with specified content was created