Qorus Integration Engine®  4.0.3.p2_git
com.qoretechnologies.qorus.test.CreateFileText Class Reference

action class to create a file as an input for an interface More...

Inheritance diagram for com.qoretechnologies.qorus.test.CreateFileText:
com.qoretechnologies.qorus.test.CreateFile com.qoretechnologies.qorus.test.Action org::qore::jni::QoreObjectWrapper

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...
 
- Public Member Methods inherited from com.qoretechnologies.qorus.test.CreateFile
 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

- Private Member Methods inherited from com.qoretechnologies.qorus.test.Action
 Action (QoreObject obj)
 protected constructor to create the wrapper object
 

Detailed Description

action class to create a file as an input for an interface

Constructor & Destructor Documentation

◆ CreateFileText()

com.qoretechnologies.qorus.test.CreateFileText.CreateFileText ( String  f,
String  c 
) throws Throwable
inline

creates the object from the given filename and content

Parameters
ffile that should be created
ccontent of the file

Member Function Documentation

◆ getContent()

String com.qoretechnologies.qorus.test.CreateFileText.getContent ( ) throws Throwable
inline

returns the expected file content

Returns
the expected file content

◆ run()

Object com.qoretechnologies.qorus.test.CreateFileText.run ( QorusInterfaceTest  t) throws Throwable
inline

implements the run action

Parameters
tQorusInterfaceTest test object

checks whether the file with specified content was created


The documentation for this class was generated from the following file: