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

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

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

Public Member Methods

 CheckFileNonexisting (String f) throws Throwable
 creates the object according to the arguments More...
 
Object run (QorusInterfaceTest t) throws Throwable
 runs the test action, which succeeds if the file does not exist More...
 
String getFilename () throws Throwable
 returns the filename target 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

◆ CheckFileNonexisting()

com.qoretechnologies.qorus.test.CheckFileNonexisting.CheckFileNonexisting ( String  f) throws Throwable
inline

creates the object according to the arguments

Parameters
ffilename

Member Function Documentation

◆ getFilename()

String com.qoretechnologies.qorus.test.CheckFileNonexisting.getFilename ( ) throws Throwable
inline

returns the filename target

Returns
filename that is inspected

◆ run()

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

runs the test action, which succeeds if the file does not exist

Parameters
tQorusInterfaceTest test object

checks if the file is nonexisting


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