ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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/'
 

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 12 of file class.test_005_ExclusiveGateway.php.

Member Function Documentation

◆ getTestGoldsampleFilename()

test_005_ExclusiveGateway::getTestGoldsampleFilename (   $test_name)

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

Referenced by setUp().

29  {
30  return $this->base_path . $this->suite_path . $test_name . '_goldsample.php';
31  }
+ Here is the caller graph for this function:

◆ getTestInputFilename()

test_005_ExclusiveGateway::getTestInputFilename (   $test_name)

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

Referenced by setUp().

19  {
20  return $this->base_path . $this->suite_path . $test_name . '.bpmn2';
21  }
+ Here is the caller graph for this function:

◆ getTestOutputFilename()

test_005_ExclusiveGateway::getTestOutputFilename (   $test_name)

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

Referenced by setUp().

24  {
25  return $this->base_path . $this->suite_path . $test_name . '_output.php';
26  }
+ Here is the caller graph for this function:

◆ setUp()

test_005_ExclusiveGateway::setUp ( )

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

References $parse_result, $parser, getTestGoldsampleFilename(), getTestInputFilename(), and getTestOutputFilename().

34  {
35  chdir( dirname( __FILE__ ) );
36  chdir( '../../../../../' );
37 
38  require_once './Services/WorkflowEngine/classes/parser/class.ilBPMN2Parser.php';
39  }
+ Here is the call graph for this function:

Field Documentation

◆ $base_path

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

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

◆ $suite_path

test_005_ExclusiveGateway::$suite_path = '005_ExclusiveGateway/'

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


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