ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
test_012_DataInput Class Reference
+ Inheritance diagram for test_012_DataInput:
+ Collaboration diagram for test_012_DataInput:

Public Member Functions

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

Data Fields

 $base_path = './Services/WorkflowEngine/test/parser/'
 
 $suite_path = '012_DataInput/'
 

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_012_DataInput.php.

Member Function Documentation

◆ getTestGoldsampleFilename()

test_012_DataInput::getTestGoldsampleFilename (   $test_name)

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

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

◆ getTestInputFilename()

test_012_DataInput::getTestInputFilename (   $test_name)

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

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

◆ getTestOutputFilename()

test_012_DataInput::getTestOutputFilename (   $test_name)

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

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

◆ setUp()

test_012_DataInput::setUp ( )

Reimplemented from ilWorkflowEngineBaseTest.

Definition at line 33 of file class.test_012_DataInput.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_012_DataInput::$base_path = './Services/WorkflowEngine/test/parser/'

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

◆ $suite_path

test_012_DataInput::$suite_path = '012_DataInput/'

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


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