- 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_006_Task.php.
◆ getTestGoldsampleFilename()
test_006_Task::getTestGoldsampleFilename |
( |
|
$test_name | ) |
|
Definition at line 28 of file class.test_006_Task.php.
29 {
30 return $this->base_path . $this->suite_path . $test_name . '_goldsample.php';
31 }
◆ getTestInputFilename()
test_006_Task::getTestInputFilename |
( |
|
$test_name | ) |
|
Definition at line 18 of file class.test_006_Task.php.
19 {
20 return $this->base_path . $this->suite_path . $test_name . '.bpmn2';
21 }
◆ getTestOutputFilename()
test_006_Task::getTestOutputFilename |
( |
|
$test_name | ) |
|
Definition at line 23 of file class.test_006_Task.php.
24 {
25 return $this->base_path . $this->suite_path . $test_name . '_output.php';
26 }
◆ requestList()
static test_006_Task::requestList |
( |
|
$context, |
|
|
|
$params |
|
) |
| |
|
static |
◆ setUp()
Reimplemented from ilWorkflowEngineBaseTest.
Definition at line 33 of file class.test_006_Task.php.
34 {
35 chdir(dirname(__FILE__));
36 chdir('../../../../../');
37
38 parent::setUp();
39
40 require_once './Services/WorkflowEngine/classes/parser/class.ilBPMN2Parser.php';
41 }
◆ 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: