ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
test_014_DataObject Class Reference
+ Inheritance diagram for test_014_DataObject:
+ Collaboration diagram for test_014_DataObject:

Public Member Functions

 getTestInputFilename ($test_name)
 
 getTestOutputFilename ($test_name)
 
 getTestGoldsampleFilename ($test_name)
 
 setUp ()
 

Data Fields

 $base_path = './Services/WorkflowEngine/test/parser/'
 
 $suite_path = '014_DataObject/'
 

Additional Inherited Members

- Protected Member Functions inherited from ilWorkflowEngineBaseTest
 setGlobalVariable ($name, $value)
 
 setUp ()
 

Detailed Description

Author
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

/

Definition at line 12 of file class.test_014_DataObject.php.

Member Function Documentation

◆ getTestGoldsampleFilename()

test_014_DataObject::getTestGoldsampleFilename (   $test_name)

Definition at line 28 of file class.test_014_DataObject.php.

29 {
30 return $this->base_path . $this->suite_path . $test_name . '_goldsample.php';
31 }

◆ getTestInputFilename()

test_014_DataObject::getTestInputFilename (   $test_name)

Definition at line 18 of file class.test_014_DataObject.php.

19 {
20 return $this->base_path . $this->suite_path . $test_name . '.bpmn2';
21 }

◆ getTestOutputFilename()

test_014_DataObject::getTestOutputFilename (   $test_name)

Definition at line 23 of file class.test_014_DataObject.php.

24 {
25 return $this->base_path . $this->suite_path . $test_name . '_output.php';
26 }

◆ setUp()

test_014_DataObject::setUp ( )

Reimplemented from ilWorkflowEngineBaseTest.

Definition at line 33 of file class.test_014_DataObject.php.

34 {
35 chdir(dirname(__FILE__));
36 chdir('../../../../../');
37
38 parent::setUp();
39
40 require_once './Services/WorkflowEngine/classes/parser/class.ilBPMN2Parser.php';
41 }

Field Documentation

◆ $base_path

test_014_DataObject::$base_path = './Services/WorkflowEngine/test/parser/'

Definition at line 15 of file class.test_014_DataObject.php.

◆ $suite_path

test_014_DataObject::$suite_path = '014_DataObject/'

Definition at line 16 of file class.test_014_DataObject.php.


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