- 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_006_Task.php.
◆ getTestGoldsampleFilename()
test_006_Task::getTestGoldsampleFilename |
( |
|
$test_name | ) |
|
Definition at line 26 of file class.test_006_Task.php.
27 {
28 return $this->base_path . $this->suite_path . $test_name . '_goldsample.php';
29 }
◆ getTestInputFilename()
test_006_Task::getTestInputFilename |
( |
|
$test_name | ) |
|
Definition at line 16 of file class.test_006_Task.php.
17 {
18 return $this->base_path . $this->suite_path . $test_name . '.bpmn2';
19 }
◆ getTestOutputFilename()
test_006_Task::getTestOutputFilename |
( |
|
$test_name | ) |
|
Definition at line 21 of file class.test_006_Task.php.
22 {
23 return $this->base_path . $this->suite_path . $test_name . '_output.php';
24 }
◆ requestList()
static test_006_Task::requestList |
( |
|
$context, |
|
|
|
$params |
|
) |
| |
|
static |
Definition at line 230 of file class.test_006_Task.php.
231 {
232 self::$wasListRequestTriggered = true;
234 return array('DataObjectReference_1' => self::$retval);
235 }
References $params.
◆ setUp()
Definition at line 31 of file class.test_006_Task.php.
32 {
33 chdir( dirname( __FILE__ ) );
34 chdir( '../../../../../' );
35
36 require_once './Services/WorkflowEngine/classes/parser/class.ilBPMN2Parser.php';
37 }
◆ triggerMe()
static test_006_Task::triggerMe |
( |
|
$context = "" , |
|
|
|
$params = "" |
|
) |
| |
|
static |
◆ $base_path
test_006_Task::$base_path = './Services/WorkflowEngine/test/parser/' |
◆ $callParams
test_006_Task::$callParams |
|
static |
◆ $retval
test_006_Task::$retval = array(1,2,3,4,5) |
|
static |
◆ $suite_path
test_006_Task::$suite_path = '006_Task/' |
◆ $wasListRequestTriggered
test_006_Task::$wasListRequestTriggered |
|
static |
◆ $wasTriggered
test_006_Task::$wasTriggered |
|
static |
The documentation for this class was generated from the following file: