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

Public Member Functions

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

Data Fields

 $base_path = './Services/WorkflowEngine/test/parser/'
 
 $suite_path = '007_IntermediateCatchEvent/'
 

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

Member Function Documentation

◆ getTestGoldsampleFilename()

test_007_IntermediateCatchEvent::getTestGoldsampleFilename (   $test_name)

Definition at line 26 of file class.test_007_IntermediateCatchEvent.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_007_IntermediateCatchEvent::getTestInputFilename (   $test_name)

Definition at line 16 of file class.test_007_IntermediateCatchEvent.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_007_IntermediateCatchEvent::getTestOutputFilename (   $test_name)

Definition at line 21 of file class.test_007_IntermediateCatchEvent.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_007_IntermediateCatchEvent::setUp ( )

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

References $GLOBALS, $ilDB, $parse_result, $parser, array, 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_007_IntermediateCatchEvent::$base_path = './Services/WorkflowEngine/test/parser/'

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

◆ $suite_path

test_007_IntermediateCatchEvent::$suite_path = '007_IntermediateCatchEvent/'

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


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