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

Public Member Functions

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

Data Fields

 $base_path = './Services/WorkflowEngine/test/parser/'
 
 $suite_path = '005_ExclusiveGateway/'
 

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$

/

     TODO: DOUBLE CHECK THESE TESTS!

Definition at line 14 of file class.test_005_ExclusiveGateway.php.

Member Function Documentation

◆ getTestGoldsampleFilename()

test_005_ExclusiveGateway::getTestGoldsampleFilename (   $test_name)

Definition at line 30 of file class.test_005_ExclusiveGateway.php.

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

◆ getTestInputFilename()

test_005_ExclusiveGateway::getTestInputFilename (   $test_name)

Definition at line 20 of file class.test_005_ExclusiveGateway.php.

21 {
22 return $this->base_path . $this->suite_path . $test_name . '.bpmn2';
23 }

◆ getTestOutputFilename()

test_005_ExclusiveGateway::getTestOutputFilename (   $test_name)

Definition at line 25 of file class.test_005_ExclusiveGateway.php.

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

◆ setUp()

test_005_ExclusiveGateway::setUp ( )

Reimplemented from ilWorkflowEngineBaseTest.

Definition at line 35 of file class.test_005_ExclusiveGateway.php.

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

Field Documentation

◆ $base_path

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

Definition at line 17 of file class.test_005_ExclusiveGateway.php.

◆ $suite_path

test_005_ExclusiveGateway::$suite_path = '005_ExclusiveGateway/'

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


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