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

abstract class representing an action in a test case More...

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

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

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

Detailed Description

abstract class representing an action in a test case

Constructor & Destructor Documentation

◆ CheckFileText()

com.qoretechnologies.qorus.test.CheckFileText.CheckFileText ( String  f,
String  c 
) throws Throwable
inline
Parameters
fglob that the output file should match (the newest one from the matching ones is picked)
cexpected file content

Member Function Documentation

◆ getGlob()

String com.qoretechnologies.qorus.test.CheckFileText.getGlob ( ) throws Throwable
inline

the file glob string as supplied to the constructor

Returns
glob to inspect

◆ getNewestFile()

String com.qoretechnologies.qorus.test.CheckFileText.getNewestFile ( String []  files) throws Throwable
inline

the file name of the newest file

Parameters
fileslist of existing files
Returns
the newest file name

◆ run()

Object com.qoretechnologies.qorus.test.CheckFileText.run ( QorusInterfaceTest  t) throws Throwable
inline
Parameters
tQorusInterfaceTest test object

checks the file content


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