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

Public Member Functions

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

Data Fields

 $base_path = './Services/WorkflowEngine/test/parser/'
 
 $suite_path = '004_InclusiveGateway/'
 

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

Member Function Documentation

◆ getTestGoldsampleFilename()

test_004_InclusiveGateway::getTestGoldsampleFilename (   $test_name)

Definition at line 28 of file class.test_004_InclusiveGateway.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_004_InclusiveGateway::getTestInputFilename (   $test_name)

Definition at line 18 of file class.test_004_InclusiveGateway.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_004_InclusiveGateway::getTestOutputFilename (   $test_name)

Definition at line 23 of file class.test_004_InclusiveGateway.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_004_InclusiveGateway::setUp ( )

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

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

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

Field Documentation

◆ $base_path

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

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

◆ $suite_path

test_004_InclusiveGateway::$suite_path = '004_InclusiveGateway/'

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


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