ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
test_003_ParallelGateway Class Reference
+ Inheritance diagram for test_003_ParallelGateway:
+ Collaboration diagram for test_003_ParallelGateway:

Public Member Functions

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

Data Fields

 $base_path = './Services/WorkflowEngine/test/parser/'
 
 $suite_path = '003_ParallelGateway/'
 

Detailed Description

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

/

Definition at line 10 of file class.test_003_ParallelGateway.php.

Member Function Documentation

◆ getTestGoldsampleFilename()

test_003_ParallelGateway::getTestGoldsampleFilename (   $test_name)

Definition at line 26 of file class.test_003_ParallelGateway.php.

Referenced by setUp().

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

◆ getTestInputFilename()

test_003_ParallelGateway::getTestInputFilename (   $test_name)

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

Referenced by setUp().

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

◆ getTestOutputFilename()

test_003_ParallelGateway::getTestOutputFilename (   $test_name)

Definition at line 21 of file class.test_003_ParallelGateway.php.

Referenced by setUp().

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

◆ setUp()

test_003_ParallelGateway::setUp ( )

Definition at line 31 of file class.test_003_ParallelGateway.php.

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

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

Field Documentation

◆ $base_path

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

Definition at line 13 of file class.test_003_ParallelGateway.php.

◆ $suite_path

test_003_ParallelGateway::$suite_path = '003_ParallelGateway/'

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


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