|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for TestRailXMLWriter:Public Member Functions | |
| __construct (protected \ilTemplate $case_tpl, protected ExamplesYamlParser $parser, protected bool $only_new_cases) | |
| getXML () | |
| withData (array $data) | |
| addSection (SimpleXMLElement $xml_parent_node, string $name, string $description='',) | |
Protected Member Functions | |
| addCase (SimpleXMLElement $xml_parent_node, string $id, string $title, string $preconditions, string $steps, string $expected,) | |
| initUISection () | |
| addComponentCases (SimpleXMLElement $xml_parent_node, string $section, string $component_name, ComponentEntry $entry,) | |
| getTemplate () | |
| getBlockContents (string $block) | |
| getClickpath (ComponentEntry $entry) | |
| getCaseId (string $component_path, string $subkey) | |
| getExpectedExamples (array $examples) | |
Protected Attributes | |
| const | SHOW = 'show' |
| const | VALIDATE = 'validate' |
| const | BASE = 'UIBASE' |
| const | OPEN = 'open' |
| const | PREPARE = 'prepare' |
| SimpleXMLElement | $xml |
| int | $no_found_ids = 0 |
| int | $no_expexted_ids = 0 |
| int | $no_new_ids = 0 |
| int | $no_components = 2 |
| array | $expected_by_caseids = [] |
Definition at line 26 of file TestRailXMLWriter.php.
| TestRailXMLWriter::__construct | ( | protected \ilTemplate | $case_tpl, |
| protected ExamplesYamlParser | $parser, | ||
| protected bool | $only_new_cases | ||
| ) |
Definition at line 44 of file TestRailXMLWriter.php.
|
protected |
Definition at line 101 of file TestRailXMLWriter.php.
|
protected |
Definition at line 157 of file TestRailXMLWriter.php.
Referenced by withData().
Here is the caller graph for this function:| TestRailXMLWriter::addSection | ( | SimpleXMLElement | $xml_parent_node, |
| string | $name, | ||
| string | $description = '' |
||
| ) |
Definition at line 90 of file TestRailXMLWriter.php.
|
protected |
Definition at line 219 of file TestRailXMLWriter.php.
|
protected |
Definition at line 233 of file TestRailXMLWriter.php.
|
protected |
Definition at line 226 of file TestRailXMLWriter.php.
References ILIAS\UI\Implementation\Crawler\Entry\ComponentEntry\getPath(), and ILIAS\UI\Implementation\Crawler\Entry\ComponentEntry\getTitle().
Here is the call graph for this function:
|
protected |
Definition at line 258 of file TestRailXMLWriter.php.
|
protected |
Definition at line 214 of file TestRailXMLWriter.php.
| TestRailXMLWriter::getXML | ( | ) |
Definition at line 56 of file TestRailXMLWriter.php.
References $no_new_ids, and $xml.
|
protected |
Definition at line 122 of file TestRailXMLWriter.php.
| TestRailXMLWriter::withData | ( | array | $data | ) |
| <string,array> | $data |
Definition at line 69 of file TestRailXMLWriter.php.
References $components, $data, and addComponentCases().
Here is the call graph for this function:
|
protected |
Definition at line 42 of file TestRailXMLWriter.php.
|
protected |
Definition at line 40 of file TestRailXMLWriter.php.
|
protected |
Definition at line 38 of file TestRailXMLWriter.php.
|
protected |
Definition at line 37 of file TestRailXMLWriter.php.
|
protected |
Definition at line 39 of file TestRailXMLWriter.php.
Referenced by getXML().
|
protected |
Definition at line 35 of file TestRailXMLWriter.php.
Referenced by getXML().
|
protected |
Definition at line 31 of file TestRailXMLWriter.php.
|
protected |
Definition at line 32 of file TestRailXMLWriter.php.
|
protected |
Definition at line 33 of file TestRailXMLWriter.php.
|
protected |
Definition at line 29 of file TestRailXMLWriter.php.
|
protected |
Definition at line 30 of file TestRailXMLWriter.php.